Home
last modified time | relevance | path

Searched defs:_m (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/bl31/
Dcpu_data.h121 #define get_cpu_data(_m) _cpu_data()->_m argument
122 #define set_cpu_data(_m, _v) _cpu_data()->_m = _v argument
123 #define get_cpu_data_by_index(_ix, _m) _cpu_data_by_index(_ix)->_m argument
124 #define set_cpu_data_by_index(_ix, _m, _v) _cpu_data_by_index(_ix)->_m = _v argument
125 #define get_cpu_data_by_mpidr(_id, _m) _cpu_data_by_mpidr(_id)->_m argument
126 #define set_cpu_data_by_mpidr(_id, _m, _v) _cpu_data_by_mpidr(_id)->_m = _v argument
128 #define flush_cpu_data(_m) flush_dcache_range((uint64_t) \ argument
131 #define flush_cpu_data_by_index(_ix, _m) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtypes.py52 def _m(self): pass member in _C
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtypes.py52 def _m(self): pass member in _C
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
Ddecoder.py66 _b=BACKSLASH, _m=STRINGCHUNK.match): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
Ddecoder.py76 _b=BACKSLASH, _m=STRINGCHUNK.match): argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
Dantlr.h453 #define ANTLRm(st, f, _m) zzbufsize = ZZLEXBUFSIZE; \ argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
Dantlr.h465 #define ANTLRm(st, f, _m) zzbufsize = ZZLEXBUFSIZE; \ argument