mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / arm / table_walker.hh
index 2fc45ceafa518f47606aed4a37f36a45947461ac..da85c0c546a5a76be186571f312c21d8efd2116d 100644 (file)
@@ -756,6 +756,9 @@ class TableWalker : public ClockedObject
         /** If the access comes from the secure state. */
         bool isSecure;
 
+        /** True if table walks are uncacheable (for table descriptors) */
+        bool isUncacheable;
+
         /** Helper variables used to implement hierarchical access permissions
          * when the long-desc. format is used (LPAE only) */
         bool secureLookup;