Home
last modified time | relevance | path

Searched refs:hyp_args (Results 1 – 2 of 2) sorted by relevance

/hyp/platform/psci_smc/aarch64/include/
A Dpsci_smc_arch.h15 uint64_t hyp_args[6] = { arg_0, arg_1, arg_2, 0, 0, 0 }; in psci_smc_fn_call() local
18 smccc_1_1_call(fn_id, &hyp_args, &hyp_ret, NULL, CLIENT_ID_HYP); in psci_smc_fn_call()
33 uint64_t hyp_args[6] = { arg_0, arg_1, arg_2, 0, 0, 0 }; in psci_smc_fn_call32() local
36 smccc_1_1_call(fn_id, &hyp_args, &hyp_ret, NULL, CLIENT_ID_HYP); in psci_smc_fn_call32()
51 uint64_t hyp_args[6] = { arg_0, arg_1, arg_2, 0, 0, 0 }; in psci_smc_fn_call_reg() local
54 smccc_1_1_call(fn_id, &hyp_args, &hyp_ret, NULL, CLIENT_ID_HYP); in psci_smc_fn_call_reg()
/hyp/platform/soc_qemu/src/
A Dabort.c14 uint64_t hyp_args[6] = { 0 }; in soc_qemu_handle_power_system_off() local
24 smccc_1_1_call(fn_id, &hyp_args, &hyp_ret, NULL, CLIENT_ID_HYP); in soc_qemu_handle_power_system_off()

Completed in 18 milliseconds