Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform.h174 struct MappingAarch64_39 { struct
175 static const uptr kLoAppMemBeg = 0x0000001000ull;
176 static const uptr kLoAppMemEnd = 0x0100000000ull;
177 static const uptr kShadowBeg = 0x0800000000ull;
178 static const uptr kShadowEnd = 0x2000000000ull;
179 static const uptr kMetaShadowBeg = 0x3100000000ull;
180 static const uptr kMetaShadowEnd = 0x3400000000ull;
181 static const uptr kMidAppMemBeg = 0x5500000000ull;
182 static const uptr kMidAppMemEnd = 0x5600000000ull;
183 static const uptr kTraceMemBeg = 0x6000000000ull;
[all …]