Searched refs:SMC_RET6 (Results 1 – 3 of 3) sorted by relevance
/external/arm-trusted-firmware/include/arch/aarch64/ |
D | smccc_helpers.h | 42 #define SMC_RET6(_h, _x0, _x1, _x2, _x3, _x4, _x5) { \ macro 48 SMC_RET6(_h, (_x0), (_x1), (_x2), (_x3), (_x4), (_x5)); \
|
/external/arm-trusted-firmware/include/arch/aarch32/ |
D | smccc_helpers.h | 137 #define SMC_RET6(_h, _r0, _r1, _r2, _r3, _r4, _r5) { \ macro 143 SMC_RET6(_h, (_r0), (_r1), (_r2), (_r3), (_r4), (_r5)); \
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | rt-svc-writers-guide.rst | 262 SMC_RET6(handle, x0, x1, x2, x3, x4, x5); 273 SMC_RET6(handle, r0, r1, r2, r3, r4, r5);
|