1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Generic code to perform an ultravisor call.
5 * Copyright 2019, IBM Corporation.
8 #include <asm/ppc_asm.h>
9 #include <asm/export.h>
12 EXPORT_SYMBOL_GPL(ucall_norets)
13 sc 2 /* Invoke the ultravisor */
14 blr /* Return r3 = status */