Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h168 struct MappingAarch64_39 { struct
169 static const uptr kLoAppMemBeg = 0x0000001000ull;
170 static const uptr kLoAppMemEnd = 0x0500000000ull;
171 static const uptr kShadowBeg = 0x2000000000ull;
172 static const uptr kShadowEnd = 0x4000000000ull;
173 static const uptr kMetaShadowBeg = 0x4000000000ull;
174 static const uptr kMetaShadowEnd = 0x4800000000ull;
175 static const uptr kMidAppMemBeg = 0x5500000000ull;
176 static const uptr kMidAppMemEnd = 0x5a00000000ull;
177 static const uptr kHeapMemBeg = 0x7a00000000ull;
[all …]