Home
last modified time | relevance | path

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

/trusted-firmware-a/include/arch/aarch64/
A Dsmccc_helpers.h38 #define SMC_RET5(_h, _x0, _x1, _x2, _x3, _x4) { \ argument
39 write_ctx_reg((get_gpregs_ctx(_h)), (CTX_GPREG_X4), (_x4)); \
42 #define SMC_RET6(_h, _x0, _x1, _x2, _x3, _x4, _x5) { \ argument
44 SMC_RET5(_h, (_x0), (_x1), (_x2), (_x3), (_x4)); \
46 #define SMC_RET7(_h, _x0, _x1, _x2, _x3, _x4, _x5, _x6) { \ argument
48 SMC_RET6(_h, (_x0), (_x1), (_x2), (_x3), (_x4), (_x5)); \
50 #define SMC_RET8(_h, _x0, _x1, _x2, _x3, _x4, _x5, _x6, _x7) { \ argument
52 SMC_RET7(_h, (_x0), (_x1), (_x2), (_x3), (_x4), (_x5), (_x6)); \
76 #define get_smc_params_from_ctx(_hdl, _x1, _x2, _x3, _x4) \ argument
82 _x4 = read_ctx_reg(regs, CTX_GPREG_X4); \

Completed in 2 milliseconds