Lines Matching defs:MappingGoS390x
692 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;
702 static const uptr kHiAppMemEnd = 0;
726 return Func::template Apply<MappingGoS390x>(arg); in SelectMapping() argument