Searched refs:SMC_RET7 (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-a/include/arch/aarch64/ |
A D | smccc_helpers.h | 46 #define SMC_RET7(_h, _x0, _x1, _x2, _x3, _x4, _x5, _x6) { \ macro 52 SMC_RET7(_h, (_x0), (_x1), (_x2), (_x3), (_x4), (_x5), (_x6)); \
|
/trusted-firmware-a/include/arch/aarch32/ |
A D | smccc_helpers.h | 141 #define SMC_RET7(_h, _r0, _r1, _r2, _r3, _r4, _r5, _r6) { \ macro 147 SMC_RET7(_h, (_r0), (_r1), (_r2), (_r3), (_r4), (_r5), (_r6)); \
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/ |
A D | rt-svc-writers-guide.rst.txt | 263 SMC_RET7(handle, x0, x1, x2, x3, x4, x5, x6); 274 SMC_RET7(handle, r0, r1, r2, r3, r4, r5, r6);
|
/trusted-firmware-a/docs/getting_started/ |
A D | rt-svc-writers-guide.rst | 263 SMC_RET7(handle, x0, x1, x2, x3, x4, x5, x6); 274 SMC_RET7(handle, r0, r1, r2, r3, r4, r5, r6);
|
Completed in 4 milliseconds