Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Darm-smccc.h386 #define arm_smccc_hvc(...) __arm_smccc_hvc(__VA_ARGS__, NULL) macro
/Linux-v6.6/drivers/firmware/psci/
Dpsci.c118 arm_smccc_hvc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_hvc()
/Linux-v6.6/drivers/mailbox/
Dzynqmp-ipi-mailbox.c131 arm_smccc_hvc(a0, a1, a2, a3, 0, 0, 0, 0, res); in zynqmp_ipi_fw_call()
/Linux-v6.6/drivers/firmware/
Darm_sdei.c852 arm_smccc_hvc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_hvc()
Dstratix10-svc.c845 arm_smccc_hvc(a0, a1, a2, a3, a4, a5, a6, a7, res); in svc_smccc_hvc()
/Linux-v6.6/drivers/firmware/xilinx/
Dzynqmp.c167 arm_smccc_hvc(arg0, arg1, arg2, 0, 0, 0, 0, 0, &res); in do_fw_call_hvc()
/Linux-v6.6/drivers/tee/optee/
Dsmc_abi.c1424 arm_smccc_hvc(a0, a1, a2, a3, a4, a5, a6, a7, res); in optee_smccc_hvc()