Searched refs:SMC_RET5 (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/include/arch/aarch32/ |
| H A D | smccc_helpers.h | 133 #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 D | smccc_helpers.h | 52 #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 D | sbsa_sip_svc.c | 91 SMC_RET5(handle, NULL, topology.sockets, in sbsa_sip_smc_handler()
|
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_main.c | 262 SMC_RET5(ctx, x0, x1, x2, x3, x4); in rmmd_smc_forward()
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | rt-svc-writers-guide.rst | 264 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 D | socfpga_sip_svc.c | 989 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 D | spmc_main.c | 239 SMC_RET5(handle, smc_fid, x1, x2, x3, x4); in spmc_smc_return()
|