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
/
miscregfile.cc
Age
Commit message (
Expand
)
Author
2009-02-25
ISA: Get rid of the get*RegName functions.
Gabe Black
2009-02-25
X86: Add code to interpret debug register values.
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: Add an event for the apic timer timeout. It doesn't get used yet.
Gabe Black
2008-06-12
X86: Rename the divide count register to divide configuration.
Gabe Black
2008-06-12
X86: Make the apic isr and irr work.
Gabe Black
2008-06-12
X86: Make the apic task priority register work.
Gabe Black
2008-06-12
X86: Make the logical destination and destination format work.
Gabe Black
2008-06-12
X86: Make the apic ID register work.
Gabe Black
2008-06-12
X86: Make the apic version register work.
Gabe Black
2008-06-12
X86: Keep handy values like the operating mode in one register.
Gabe Black
2008-06-12
X86: Add in some support for the tsc register.
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-01-12
X86: Make the effective segment base shadow the regular one, not the selector.
Gabe Black
2007-12-01
X86: Add in a missing "break".
Gabe Black
2007-12-01
X86: Actually do something for the MiscRegFile clear function.
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: Implement tlb invalidation and make it happen some of the times it should.
Gabe Black
2007-11-12
X86: Implement the wrcr microop which writes a control register, and some con...
Gabe Black
2007-11-12
X86: Make some of the bits of CR0 do what they're supposed to.
Gabe Black
2007-08-04
X86: Start implementing segmentation support.
Gabe Black
2007-07-18
Fill out the miscreg file and add types to miscregs.hh
Gabe Black
2007-03-07
Merge zizzer:/bk/newmem
Ali Saidi
2007-03-07
*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg
Ali Saidi
2007-03-06
Get X86 to load an elf and start a process for it.
Gabe Black
2007-03-05
Add some new source files.
Gabe Black