Home
last modified time | relevance | path

Searched refs:_x0 (Results 1 – 1 of 1) sorted by relevance

/external/arm-trusted-firmware/include/arch/aarch64/
Dsmccc_helpers.h22 #define SMC_RET1(_h, _x0) { \ argument
23 write_ctx_reg((get_gpregs_ctx(_h)), (CTX_GPREG_X0), (_x0)); \
26 #define SMC_RET2(_h, _x0, _x1) { \ argument
28 SMC_RET1(_h, (_x0)); \
30 #define SMC_RET3(_h, _x0, _x1, _x2) { \ argument
32 SMC_RET2(_h, (_x0), (_x1)); \
34 #define SMC_RET4(_h, _x0, _x1, _x2, _x3) { \ argument
36 SMC_RET3(_h, (_x0), (_x1), (_x2)); \
38 #define SMC_RET5(_h, _x0, _x1, _x2, _x3, _x4) { \ argument
40 SMC_RET4(_h, (_x0), (_x1), (_x2), (_x3)); \
[all …]