Searched refs:_x0 (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/include/bl31/ |
D | runtime_svc.h | 143 #define SMC_RET1(_h, _x0) { \ argument 144 write_ctx_reg(get_gpregs_ctx(_h), CTX_GPREG_X0, (_x0)); \ 147 #define SMC_RET2(_h, _x0, _x1) { \ argument 149 SMC_RET1(_h, (_x0)); \ 151 #define SMC_RET3(_h, _x0, _x1, _x2) { \ argument 153 SMC_RET2(_h, (_x0), (_x1)); \ 155 #define SMC_RET4(_h, _x0, _x1, _x2, _x3) { \ argument 157 SMC_RET3(_h, (_x0), (_x1), (_x2)); \
|