Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h68 static const uptr kLoAppMemEnd = 0x008000000000ull; member
106 static const uptr kLoAppMemEnd = 0x0200000000ull;
133 static const uptr kLoAppMemEnd = 0x0200000000ull;
173 static const uptr kLoAppMemEnd = 0x0100000000ull;
208 static const uptr kLoAppMemEnd = 0x01000000000ull;
228 static const uptr kLoAppMemEnd = 0x0000200000000ull;
279 static const uptr kLoAppMemEnd = 0x000100000000ull;
313 static const uptr kLoAppMemEnd = 0x010000000000ull;
345 static const uptr kLoAppMemEnd = 0x010000000000ull;
552 case MAPPING_LO_APP_END: return Mapping::kLoAppMemEnd; in MappingImpl()
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h54 static const uptr kLoAppMemEnd = 0x010000000000ull; member
86 static const uptr kLoAppMemEnd = 0x0200000000ull;
117 static const uptr kLoAppMemEnd = 0x0100000000ull;
153 static const uptr kLoAppMemEnd = 0x01000000000ull;
205 static const uptr kLoAppMemEnd = 0x000100000000ull;
239 static const uptr kLoAppMemEnd = 0x010000000000ull;
339 case MAPPING_LO_APP_END: return Mapping::kLoAppMemEnd; in MappingImpl()
506 (mem >= Mapping::kLoAppMemBeg && mem < Mapping::kLoAppMemEnd) || in IsAppMemImpl()
656 && s <= MemToShadow(Mapping::kLoAppMemEnd - 1)) in ShadowToMemImpl()