Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/include/arch/aarch64/
A Dsmccc_helpers.h33 #define SMC_RET0(_h) { \ argument
34 return (uint64_t) (_h); \
36 #define SMC_RET1(_h, _x0) { \ argument
38 SMC_RET0(_h); \
40 #define SMC_RET2(_h, _x0, _x1) { \ argument
42 SMC_RET1(_h, (_x0)); \
46 SMC_RET2(_h, (_x0), (_x1)); \
73 #define SMC_GET_GP(_h, _g) \ argument
75 #define SMC_SET_GP(_h, _g, _v) \ argument
82 #define SMC_GET_EL3(_h, _e) \ argument
[all …]
/arm-trusted-firmware-2.8.0/include/arch/aarch32/
A Dsmccc_helpers.h114 #define SMC_RET0(_h) { \ argument
115 return (uintptr_t)(_h); \
117 #define SMC_RET1(_h, _r0) { \ argument
118 ((smc_ctx_t *)(_h))->r0 = (_r0); \
119 SMC_RET0(_h); \
121 #define SMC_RET2(_h, _r0, _r1) { \ argument
122 ((smc_ctx_t *)(_h))->r1 = (_r1); \
123 SMC_RET1(_h, (_r0)); \
126 ((smc_ctx_t *)(_h))->r2 = (_r2); \
127 SMC_RET2(_h, (_r0), (_r1)); \
[all …]
/arm-trusted-firmware-2.8.0/include/lib/
A Dsmccc.h212 #define SMC_UUID_RET(_h, _uuid) \ argument

Completed in 5 milliseconds