Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Darm-smccc.h145 #define arm_smccc_hvc(...) __arm_smccc_hvc(__VA_ARGS__, NULL) macro
/Linux-v5.4/drivers/firmware/psci/
Dpsci.c121 arm_smccc_hvc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_hvc()
/Linux-v5.4/drivers/firmware/xilinx/
Dzynqmp.c117 arm_smccc_hvc(arg0, arg1, arg2, 0, 0, 0, 0, 0, &res); in do_fw_call_hvc()
/Linux-v5.4/drivers/mailbox/
Dzynqmp-ipi-mailbox.c133 arm_smccc_hvc(a0, a1, a2, a3, 0, 0, 0, 0, res); in zynqmp_ipi_fw_call()
/Linux-v5.4/drivers/tee/optee/
Dcore.c534 arm_smccc_hvc(a0, a1, a2, a3, a4, a5, a6, a7, res); in optee_smccc_hvc()
/Linux-v5.4/drivers/firmware/
Darm_sdei.c890 arm_smccc_hvc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_hvc()
Dstratix10-svc.c687 arm_smccc_hvc(a0, a1, a2, a3, a4, a5, a6, a7, res); in svc_smccc_hvc()