Home
last modified time | relevance | path

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

/external/u-boot/drivers/firmware/
Dpsci.c26 arm_smccc_hvc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_hvc()
/external/u-boot/cmd/
Dsmccc.c43 arm_smccc_hvc(fid, a1, a2, a3, a4, a5, a6, a7, &res); in do_call()
/external/u-boot/include/linux/
Darm-smccc.h120 #define arm_smccc_hvc(...) __arm_smccc_hvc(__VA_ARGS__, NULL) macro