Searched refs:function_id (Results 1 – 3 of 3) sorted by relevance
/kvm-unit-tests/lib/arm/asm/ |
H A D | arm-smccc.h | 22 typedef int (*smccc_invoke_fn)(unsigned int function_id, unsigned long arg0, 29 extern int arm_smccc_hvc(unsigned int function_id, unsigned long arg0, 36 extern int arm_smccc_smc(unsigned int function_id, unsigned long arg0,
|
H A D | psci.h | 10 extern int psci_invoke(unsigned int function_id, unsigned long arg0,
|
/kvm-unit-tests/lib/arm/ |
H A D | psci.c | 15 static int psci_invoke_none(unsigned int function_id, unsigned long arg0, in psci_invoke_none() argument 29 int psci_invoke(unsigned int function_id, unsigned long arg0, in psci_invoke() argument 32 return psci_invoke_fn(function_id, arg0, arg1, arg2, 0, 0, 0, 0, 0, 0, 0, 0, NULL); in psci_invoke()
|