Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Generic code to perform an ultravisor call.
0004  *
0005  * Copyright 2019, IBM Corporation.
0006  *
0007  */
0008 #include <asm/ppc_asm.h>
0009 #include <asm/export.h>
0010 
0011 _GLOBAL(ucall_norets)
0012 EXPORT_SYMBOL_GPL(ucall_norets)
0013     sc  2   /* Invoke the ultravisor */
0014     blr     /* Return r3 = status */