mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / arm / utility.hh
index 96f6843c311ed7890fc229716d3450e1bc4382a7..4d1348abc8be857ab8090b0311b129007a6440fe 100644 (file)
@@ -166,6 +166,11 @@ currEL(CPSR cpsr)
     return opModeToEL((OperatingMode) (uint8_t)cpsr.mode);
 }
 
+bool HaveVirtHostExt(ThreadContext *tc);
+bool HaveSecureEL2Ext(ThreadContext *tc);
+bool IsSecureEL2Enabled(ThreadContext *tc);
+bool EL2Enabled(ThreadContext *tc);
+
 /**
  * This function checks whether selected EL provided as an argument
  * is using the AArch32 ISA. This information might be unavailable