blob: 07296bc3916643e4b663bf8d89d4557a2a6652b0 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Generic code to perform an ultravisor call.
4 *
5 * Copyright 2019, IBM Corporation.
6 *
7 */
8#include <asm/ppc_asm.h>
9#include <asm/export.h>
10
11_GLOBAL(ucall_norets)
12EXPORT_SYMBOL_GPL(ucall_norets)
13 sc 2 /* Invoke the ultravisor */
14 blr /* Return r3 = status */