Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform.h267 struct MappingPPC64_44 { struct
268 static const uptr kBroken =
270 static const uptr kMetaShadowBeg = 0x0b0000000000ull;
271 static const uptr kMetaShadowEnd = 0x0d0000000000ull;
272 static const uptr kTraceMemBeg = 0x0d0000000000ull;
273 static const uptr kTraceMemEnd = 0x0f0000000000ull;
274 static const uptr kShadowBeg = 0x000100000000ull;
275 static const uptr kShadowEnd = 0x0b0000000000ull;
276 static const uptr kLoAppMemBeg = 0x000000000100ull;
277 static const uptr kLoAppMemEnd = 0x000100000000ull;
[all …]