summaryrefslogtreecommitdiff
path: root/src/arch/x86/miscregfile.cc
AgeCommit message (Expand)Author
2008-10-12X86: Make the local APIC accessible through the memory system directly, and m...Gabe Black
2008-10-12Turn Interrupts objects into SimObjects. Also, move local APIC state into x86...Gabe Black
2008-06-12X86: Add an event for the apic timer timeout. It doesn't get used yet.Gabe Black
2008-06-12X86: Rename the divide count register to divide configuration.Gabe Black
2008-06-12X86: Make the apic isr and irr work.Gabe Black
2008-06-12X86: Make the apic task priority register work.Gabe Black
2008-06-12X86: Make the logical destination and destination format work.Gabe Black
2008-06-12X86: Make the apic ID register work.Gabe Black
2008-06-12X86: Make the apic version register work.Gabe Black
2008-06-12X86: Keep handy values like the operating mode in one register.Gabe Black
2008-06-12X86: Add in some support for the tsc register.Gabe Black
2008-03-06X86: Refine the local APIC.Gabe Black
2008-02-26X86: Put in initial implementation of the local APIC.Gabe Black
2008-01-12X86: Make the effective segment base shadow the regular one, not the selector.Gabe Black
2007-12-01X86: Add in a missing "break".Gabe Black
2007-12-01X86: Actually do something for the MiscRegFile clear function.Gabe Black
2007-12-01X86: Reorganize segmentation and implement segment selector movs.Gabe Black
2007-12-01X86: Separate the effective seg base and the "hidden" seg base.Gabe Black
2007-11-12X86: Implement tlb invalidation and make it happen some of the times it should.Gabe Black
2007-11-12X86: Implement the wrcr microop which writes a control register, and some con...Gabe Black
2007-11-12X86: Make some of the bits of CR0 do what they're supposed to.Gabe Black
2007-08-04X86: Start implementing segmentation support.Gabe Black
2007-07-18Fill out the miscreg file and add types to miscregs.hhGabe Black
2007-03-07Merge zizzer:/bk/newmemAli Saidi
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black
2007-03-05Add some new source files.Gabe Black