Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/include/arch/aarch64/
A Dsmccc_helpers.h44 #define SMC_RET3(_h, _x0, _x1, _x2) { \ argument
48 #define SMC_RET4(_h, _x0, _x1, _x2, _x3) { \ argument
50 SMC_RET3(_h, (_x0), (_x1), (_x2)); \
52 #define SMC_RET5(_h, _x0, _x1, _x2, _x3, _x4) { \ argument
54 SMC_RET4(_h, (_x0), (_x1), (_x2), (_x3)); \
56 #define SMC_RET6(_h, _x0, _x1, _x2, _x3, _x4, _x5) { \ argument
58 SMC_RET5(_h, (_x0), (_x1), (_x2), (_x3), (_x4)); \
60 #define SMC_RET7(_h, _x0, _x1, _x2, _x3, _x4, _x5, _x6) { \ argument
62 SMC_RET6(_h, (_x0), (_x1), (_x2), (_x3), (_x4), (_x5)); \
90 #define get_smc_params_from_ctx(_hdl, _x1, _x2, _x3, _x4) \ argument
[all …]
/arm-trusted-firmware-2.8.0/services/spd/tspd/
A Dtspd_private.h196 #define store_tsp_args(_tsp_ctx, _x1, _x2) do {\ argument
198 _tsp_ctx->saved_tsp_args[1] = _x2;\
201 #define get_tsp_args(_tsp_ctx, _x1, _x2) do {\ argument
203 _x2 = _tsp_ctx->saved_tsp_args[1];\

Completed in 4 milliseconds