mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / cpuid.hh
index d8b013ba1e04cb57592443f3ee5503dd81487e9e..2414cbeb604771697f844c3cc0fab0b7cd11b9cb 100644 (file)
@@ -55,7 +55,10 @@ namespace X86ISA
         {}
     };
 
-    bool doCpuid(ThreadContext * tc, uint32_t function, CpuidResult &result);
+    uint64_t stringToRegister(const char *str);
+
+    bool doCpuid(ThreadContext * tc, uint32_t function,
+            uint32_t index, CpuidResult &result);
 } // namespace X86ISA
 
 #endif