Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h360 struct MappingPPC64_47 { struct
361 static const uptr kMetaShadowBeg = 0x100000000000ull;
362 static const uptr kMetaShadowEnd = 0x120000000000ull;
363 static const uptr kShadowBeg = 0x010000000000ull;
364 static const uptr kShadowEnd = 0x080000000000ull;
365 static const uptr kHeapMemBeg = 0x7d0000000000ull;
366 static const uptr kHeapMemEnd = 0x7e0000000000ull;
367 static const uptr kLoAppMemBeg = 0x000000001000ull;
368 static const uptr kLoAppMemEnd = 0x010000000000ull;
369 static const uptr kHiAppMemBeg = 0x7e8000000000ull;
[all …]