Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h53 static const uptr kLoAppMemBeg = 0x000000001000ull; member
85 static const uptr kLoAppMemBeg = 0x0100000000ull;
116 static const uptr kLoAppMemBeg = 0x0000001000ull;
152 static const uptr kLoAppMemBeg = 0x00000001000ull;
204 static const uptr kLoAppMemBeg = 0x000000000100ull;
238 static const uptr kLoAppMemBeg = 0x000000001000ull;
338 case MAPPING_LO_APP_BEG: return Mapping::kLoAppMemBeg; in MappingImpl()
506 (mem >= Mapping::kLoAppMemBeg && mem < Mapping::kLoAppMemEnd) || in IsAppMemImpl()
655 if (s >= MemToShadow(Mapping::kLoAppMemBeg) in ShadowToMemImpl()