Searched refs:_x1 (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-a/include/arch/aarch64/ |
A D | smccc_helpers.h | 26 #define SMC_RET2(_h, _x0, _x1) { \ argument 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)); \ 42 #define SMC_RET6(_h, _x0, _x1, _x2, _x3, _x4, _x5) { \ argument 44 SMC_RET5(_h, (_x0), (_x1), (_x2), (_x3), (_x4)); \ 48 SMC_RET6(_h, (_x0), (_x1), (_x2), (_x3), (_x4), (_x5)); \ [all …]
|
/trusted-firmware-a/services/spd/tspd/ |
A D | tspd_private.h | 196 #define store_tsp_args(_tsp_ctx, _x1, _x2) do {\ argument 197 _tsp_ctx->saved_tsp_args[0] = _x1;\ 201 #define get_tsp_args(_tsp_ctx, _x1, _x2) do {\ argument 202 _x1 = _tsp_ctx->saved_tsp_args[0];\
|
Completed in 3 milliseconds