summaryrefslogtreecommitdiff
path: root/src/arch/x86/miscregs.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-04-26 16:48:44 -0700
committerGabe Black <gblack@eecs.umich.edu>2009-04-26 16:48:44 -0700
commitb6bfe8af26203247d9cab2a0ce369998946a8c91 (patch)
treed19c6fb1794fb82e42f94d976e8769dd351e46a3 /src/arch/x86/miscregs.hh
parent4ee34dfb4e3b0441427cbd978deb0d1d32cf19bc (diff)
downloadgem5-b6bfe8af26203247d9cab2a0ce369998946a8c91.tar.xz
X86: Split out the internal memory space from the regular translate() and precompute mode.
Diffstat (limited to 'src/arch/x86/miscregs.hh')
-rw-r--r--src/arch/x86/miscregs.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/miscregs.hh b/src/arch/x86/miscregs.hh
index af02e9422..7d46a87b9 100644
--- a/src/arch/x86/miscregs.hh
+++ b/src/arch/x86/miscregs.hh
@@ -518,6 +518,8 @@ namespace X86ISA
Bitfield<0> mode;
Bitfield<3, 1> submode;
Bitfield<5, 4> cpl;
+ Bitfield<6> paging;
+ Bitfield<7> prot;
EndBitUnion(HandyM5Reg)
/**