Searched refs:_x3 (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/ |
D | smcc_helpers.h | 31 #define SMC_RET4(_h, _x0, _x1, _x2, _x3) { \ argument 32 write_ctx_reg((get_gpregs_ctx(_h)), (CTX_GPREG_X3), (_x3)); \ 35 #define SMC_RET5(_h, _x0, _x1, _x2, _x3, _x4) { \ argument 37 SMC_RET4(_h, (_x0), (_x1), (_x2), (_x3)); \ 39 #define SMC_RET6(_h, _x0, _x1, _x2, _x3, _x4, _x5) { \ argument 41 SMC_RET5(_h, (_x0), (_x1), (_x2), (_x3), (_x4)); \ 43 #define SMC_RET7(_h, _x0, _x1, _x2, _x3, _x4, _x5, _x6) { \ argument 45 SMC_RET6(_h, (_x0), (_x1), (_x2), (_x3), (_x4), (_x5)); \ 47 #define SMC_RET8(_h, _x0, _x1, _x2, _x3, _x4, _x5, _x6, _x7) { \ argument 49 SMC_RET7(_h, (_x0), (_x1), (_x2), (_x3), (_x4), (_x5), (_x6)); \ [all …]
|