index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
miscregs.hh
Age
Commit message (
Expand
)
Author
2009-07-19
X86: Add some misc registers for FP control state.
Gabe Black
2009-07-16
X86: Add range checks for miscreg indexing utility functions.
Gabe Black
2009-05-28
X86: Keep track of more descriptor state to accomodate KVM.
Gabe Black
2009-04-26
X86: Precompute the default and alternate address and operand size and the st...
Gabe Black
2009-04-26
X86: Split out the internal memory space from the regular translate() and pre...
Gabe Black
2009-02-25
X86: Add classes that break out the bits of the DR6 and DR7 registers.
Gabe Black
2008-10-12
X86: Make the local APIC accessible through the memory system directly, and m...
Gabe Black
2008-10-12
Turn Interrupts objects into SimObjects. Also, move local APIC state into x86...
Gabe Black
2008-06-12
X86: Rename the divide count register to divide configuration.
Gabe Black
2008-06-12
X86: Keep handy values like the operating mode in one register.
Gabe Black
2008-06-12
X86: Add microops and supporting code to manipulate the whole rflags register.
Gabe Black
2008-06-12
X86: Have all 8 machine check registers since the kernel assumes they're there.
Gabe Black
2008-03-06
X86: Refine the local APIC.
Gabe Black
2008-02-26
X86: Put in initial implementation of the local APIC.
Gabe Black
2008-02-26
X86: Get PCI config space to work, and adjust address space prefix numbering ...
Gabe Black
2007-12-01
X86: Reorganize segmentation and implement segment selector movs.
Gabe Black
2007-12-01
X86: Separate the effective seg base and the "hidden" seg base.
Gabe Black
2007-11-12
X86: Various fixes to indexing segmentation related registers
Gabe Black
2007-10-12
X86: Implement MSR reads and writes and the wrsmr and rdmsr instructions.
Gabe Black
2007-10-07
X86: Significantly filled out misc regs.
Gabe Black
2007-10-07
X86: Make initCPU and startupCPU do something basic.
Gabe Black
2007-09-24
X86: Get X86_FS to compile.
Gabe Black
2007-09-19
X86: Put in the foundation for x87 stack based fp registers.
Gabe Black
2007-08-29
X86: Flesh out register indexing constants.
Gabe Black
2007-08-04
X86: Implement microops and instructions that manipulate the flags register.
Gabe Black
2007-08-04
X86: Create a base enum value for indexing into a region of the miscregs.
Gabe Black
2007-07-18
Fill out the miscreg file and add types to miscregs.hh
Gabe Black
2007-07-17
Create a file to describe misc registers.
Gabe Black