Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform.h606 struct MappingGoS390x { struct
607 static const uptr kMetaShadowBeg = 0x900000000000ull;
608 static const uptr kMetaShadowEnd = 0x980000000000ull;
609 static const uptr kTraceMemBeg = 0xa00000000000ull;
610 static const uptr kTraceMemEnd = 0xb00000000000ull;
611 static const uptr kShadowBeg = 0x400000000000ull;
612 static const uptr kShadowEnd = 0x800000000000ull;
613 static const uptr kLoAppMemBeg = 0x000000001000ull;
614 static const uptr kLoAppMemEnd = 0x100000000000ull;
615 static const uptr kMidAppMemBeg = 0;
[all …]