Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h106 struct MappingMips64_40 { struct
107 static const uptr kMetaShadowBeg = 0x4000000000ull;
108 static const uptr kMetaShadowEnd = 0x5000000000ull;
109 static const uptr kShadowBeg = 0x1200000000ull;
110 static const uptr kShadowEnd = 0x2200000000ull;
111 static const uptr kHeapMemBeg = 0xfe00000000ull;
112 static const uptr kHeapMemEnd = 0xff00000000ull;
113 static const uptr kLoAppMemBeg = 0x0100000000ull;
114 static const uptr kLoAppMemEnd = 0x0200000000ull;
115 static const uptr kMidAppMemBeg = 0xaa00000000ull;
[all …]