Home
last modified time | relevance | path

Searched refs:arm_smccc_hvc (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Darm-smccc.h154 #define arm_smccc_hvc(...) __arm_smccc_hvc(__VA_ARGS__, NULL) macro
/Linux-v4.19/drivers/firmware/
Dpsci.c122 arm_smccc_hvc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_hvc()
Darm_sdei.c887 arm_smccc_hvc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_hvc()
/Linux-v4.19/drivers/tee/optee/
Dcore.c529 arm_smccc_hvc(a0, a1, a2, a3, a4, a5, a6, a7, res); in optee_smccc_hvc()