Searched refs:SMC_RET5 (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-a-3.7.0/include/arch/aarch32/ |
D | smccc_helpers.h | 133 #define SMC_RET5(_h, _r0, _r1, _r2, _r3, _r4) { \ macro 139 SMC_RET5(_h, (_r0), (_r1), (_r2), (_r3), (_r4)); \
|
/trusted-firmware-a-3.7.0/include/arch/aarch64/ |
D | smccc_helpers.h | 52 #define SMC_RET5(_h, _x0, _x1, _x2, _x3, _x4) { \ macro 58 SMC_RET5(_h, (_x0), (_x1), (_x2), (_x3), (_x4)); \
|
/trusted-firmware-a-3.7.0/services/std_svc/rmmd/ |
D | rmmd_main.c | 303 SMC_RET5(ctx, x0, x1, x2, x3, x4); in rmmd_smc_forward()
|
/trusted-firmware-a-3.7.0/docs/getting_started/ |
D | rt-svc-writers-guide.rst | 261 SMC_RET5(handle, x0, x1, x2, x3, x4); 272 SMC_RET5(handle, r0, r1, r2, r3, r4);
|
/trusted-firmware-a-3.7.0/services/std_svc/spm/el3_spmc/ |
D | spmc_main.c | 220 SMC_RET5(handle, smc_fid, x1, x2, x3, x4); in spmc_smc_return()
|