Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Darm-smccc.h360 #define arm_smccc_hvc(...) __arm_smccc_hvc(__VA_ARGS__, NULL) macro
/Linux-v5.15/drivers/firmware/psci/
Dpsci.c116 arm_smccc_hvc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_hvc()
/Linux-v5.15/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.15/drivers/firmware/
Darm_sdei.c851 arm_smccc_hvc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_hvc()
Dstratix10-svc.c694 arm_smccc_hvc(a0, a1, a2, a3, a4, a5, a6, a7, res); in svc_smccc_hvc()
/Linux-v5.15/drivers/tee/optee/
Dcore.c554 arm_smccc_hvc(a0, a1, a2, a3, a4, a5, a6, a7, res); in optee_smccc_hvc()
/Linux-v5.15/drivers/firmware/xilinx/
Dzynqmp.c138 arm_smccc_hvc(arg0, arg1, arg2, 0, 0, 0, 0, 0, &res); in do_fw_call_hvc()