arch-arm: Add initial support for SVE contiguous loads/stores
[gem5.git] / src / arch / sparc / tlb.hh
index e5e6753be8eca405136b39b937291bb74e795da1..0d173da3230d3944b65056ce1f51b5c9f1a54eb3 100644 (file)
@@ -44,6 +44,11 @@ class Packet;
 namespace SparcISA
 {
 
+const Addr StartVAddrHole = ULL(0x0000800000000000);
+const Addr EndVAddrHole = ULL(0xFFFF7FFFFFFFFFFF);
+const Addr VAddrAMask = ULL(0xFFFFFFFF);
+const Addr PAddrImplMask = ULL(0x000000FFFFFFFFFF);
+
 class TLB : public BaseTLB
 {
     // These faults need to be able to populate the tlb in SE mode.