Searched refs:__smccc_call (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/kvm/lib/aarch64/ |
H A D | processor.c | 585 #define __smccc_call(insn, function_id, arg0, arg1, arg2, arg3, arg4, arg5, \ macro 612 __smccc_call(hvc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_hvc() 620 __smccc_call(smc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_smc()
|