Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h692 struct MappingGoS390x { struct
693 static const uptr kMetaShadowBeg = 0x900000000000ull;
694 static const uptr kMetaShadowEnd = 0x980000000000ull;
695 static const uptr kShadowBeg = 0x400000000000ull;
696 static const uptr kShadowEnd = 0x600000000000ull;
697 static const uptr kLoAppMemBeg = 0x000000001000ull;
698 static const uptr kLoAppMemEnd = 0x100000000000ull;
699 static const uptr kMidAppMemBeg = 0;
700 static const uptr kMidAppMemEnd = 0;
701 static const uptr kHiAppMemBeg = 0;
[all …]