Searched refs:_x0 (Results 1 – 1 of 1) sorted by relevance
/arm-trusted-firmware-2.8.0/include/arch/aarch64/ |
A D | smccc_helpers.h | 36 #define SMC_RET1(_h, _x0) { \ argument 40 #define SMC_RET2(_h, _x0, _x1) { \ argument 42 SMC_RET1(_h, (_x0)); \ 44 #define SMC_RET3(_h, _x0, _x1, _x2) { \ argument 46 SMC_RET2(_h, (_x0), (_x1)); \ 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 [all …]
|
Completed in 2 milliseconds