Searched defs:_h (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/include/bl31/ |
D | runtime_svc.h | 140 #define SMC_RET0(_h) { \ argument 143 #define SMC_RET1(_h, _x0) { \ argument 147 #define SMC_RET2(_h, _x0, _x1) { \ argument 151 #define SMC_RET3(_h, _x0, _x1, _x2) { \ argument 155 #define SMC_RET4(_h, _x0, _x1, _x2, _x3) { \ argument 165 #define SMC_GET_GP(_h, _g) \ argument 167 #define SMC_SET_GP(_h, _g, _v) \ argument 174 #define SMC_GET_EL3(_h, _e) \ argument 176 #define SMC_SET_EL3(_h, _e, _v) \ argument 266 #define SMC_UUID_RET(_h, _uuid) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_multiprocessing.py | 1177 def _h(self): member in FooBar
|