diff options
author | Korey Sewell <ksewell@umich.edu> | 2009-05-05 02:44:21 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2009-05-05 02:44:21 -0400 |
commit | db79945ad0fe6863dd05944b6d1d905aa55de3ef (patch) | |
tree | c1bf567e6e035f60835a2217ca283287f163e104 /src/arch/x86/miscregs.hh | |
parent | 9f90291c54135acc42be0fcb8843ec4e67eab2fb (diff) | |
parent | dc35d2f125de43fb2b2865e9211cccca8546b8cd (diff) | |
download | gem5-db79945ad0fe6863dd05944b6d1d905aa55de3ef.tar.xz |
merge code
Diffstat (limited to 'src/arch/x86/miscregs.hh')
-rw-r--r-- | src/arch/x86/miscregs.hh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch/x86/miscregs.hh b/src/arch/x86/miscregs.hh index af02e9422..088dbeace 100644 --- a/src/arch/x86/miscregs.hh +++ b/src/arch/x86/miscregs.hh @@ -518,6 +518,13 @@ namespace X86ISA Bitfield<0> mode; Bitfield<3, 1> submode; Bitfield<5, 4> cpl; + Bitfield<6> paging; + Bitfield<7> prot; + Bitfield<9, 8> defOp; + Bitfield<11, 10> altOp; + Bitfield<13, 12> defAddr; + Bitfield<15, 14> altAddr; + Bitfield<17, 16> stack; EndBitUnion(HandyM5Reg) /** |