Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/arch/aarch32/
H A Dsmccc_helpers.h133 #define SMC_RET5(_h, _r0, _r1, _r2, _r3, _r4) { \ macro
139 SMC_RET5(_h, (_r0), (_r1), (_r2), (_r3), (_r4)); \
/rk3399_ARM-atf/include/arch/aarch64/
H A Dsmccc_helpers.h52 #define SMC_RET5(_h, _x0, _x1, _x2, _x3, _x4) { \ macro
58 SMC_RET5(_h, (_x0), (_x1), (_x2), (_x3), (_x4)); \
/rk3399_ARM-atf/plat/qemu/qemu_sbsa/
H A Dsbsa_sip_svc.c91 SMC_RET5(handle, NULL, topology.sockets, in sbsa_sip_smc_handler()
/rk3399_ARM-atf/services/std_svc/rmmd/
H A Drmmd_main.c262 SMC_RET5(ctx, x0, x1, x2, x3, x4); in rmmd_smc_forward()
/rk3399_ARM-atf/docs/getting_started/
H A Drt-svc-writers-guide.rst264 SMC_RET5(handle, x0, x1, x2, x3, x4);
275 SMC_RET5(handle, r0, r1, r2, r3, r4);
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_sip_svc.c989 SMC_RET5(handle, ret_args[0], ret_args[1], ret_args[2], ret_args[3], ret_args[4]);
1145 SMC_RET5(handle, status, trans_id_bitmap[0], trans_id_bitmap[1],
2057 SMC_RET5(handle, status, rsu_respbuf[0], rsu_respbuf[1],
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_main.c239 SMC_RET5(handle, smc_fid, x1, x2, x3, x4); in spmc_smc_return()