summaryrefslogtreecommitdiff
path: root/src/arch/x86/tlb.hh
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-02-28 17:07:16 +0800
committerIru Cai <mytbk920423@gmail.com>2019-03-20 15:30:35 +0800
commitc1595689b1bfbb02fc50497c335dfa54327f0dd8 (patch)
treee633024f7e8e7567d3d76665be0f4fedae5ff72c /src/arch/x86/tlb.hh
parentf54020eb8155371725ab75b0fc5c419287eca084 (diff)
downloadgem5-c1595689b1bfbb02fc50497c335dfa54327f0dd8.tar.xz
invisispec-1.0 source
Diffstat (limited to 'src/arch/x86/tlb.hh')
-rw-r--r--src/arch/x86/tlb.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/tlb.hh b/src/arch/x86/tlb.hh
index 827ab8166..7213b8b41 100644
--- a/src/arch/x86/tlb.hh
+++ b/src/arch/x86/tlb.hh
@@ -105,6 +105,7 @@ namespace X86ISA
Stats::Scalar wrAccesses;
Stats::Scalar rdMisses;
Stats::Scalar wrMisses;
+ Stats::Scalar specMisses;
Fault translateInt(const RequestPtr &req, ThreadContext *tc);