summaryrefslogtreecommitdiff
path: root/src/arch/sparc/miscregfile.hh
AgeCommit message (Expand)Author
2009-07-09SPARC: Fold the MiscRegFile all the way into the ISA object.Gabe Black
2009-07-08Get rid of the unused get(Data|Inst)Asid and (inst|data)Asid functions.Gabe Black
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black
2009-02-25ISA: Get rid of the get*RegName functions.Gabe Black
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2007-08-13SPARC: Move tlb state into the tlb.Gabe Black
2007-03-09implement ipi stufff for SPARCAli Saidi
2007-03-07I missed a couple of WithEffects, this should do itAli Saidi
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-03-05Add in a declaration of class Checkpoint rather than expecting it to come fro...Gabe Black
2007-03-03Implement Niagara I/O interface and rework interruptsAli Saidi
2007-01-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-01-08some formatting changes, and update how I do bitfields for HPSTATE and PSTATE...Lisa Hsu
2006-12-17Compilation fix after messy merge.Gabe Black
2006-12-16Merge zizzer:/bk/newmemGabe Black
2006-12-12Fix bugs in tlbmap (and thus rangemap since the code is nearly identical)Ali Saidi
2006-12-08mostly implemented SOFTINT relevant interrupt stuff.Lisa Hsu
2006-12-06Handle access to ASI_QUEUEAli Saidi
2006-12-06Many more fixes for SPARC_FS. Gets us to the point where SOFTINT startsAli Saidi
2006-12-05Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre...Gabe Black
2006-12-04reogranize code to split off FS only misc regs with effect into their own fil...Ali Saidi
2006-11-29Fixes to get compilation.Gabe Black
2006-11-29Merge zizzer:/bk/sparcfsGabe Black
2006-11-29Add support for mmapped iprs to atomic cpuAli Saidi
2006-11-24Rename this function.Gabe Black
2006-11-23first cut at a sparc tlbAli Saidi
2006-11-22Moved some constants from isa_traits.hh to the reg file headers.Gabe Black
2006-11-10Fix up instructions to read and write control registers, and got rid of the c...Gabe Black
2006-11-09Moved the Alpha MiscRegFile into it's own file, and got rid of the Alpha spec...Gabe Black
2006-11-03Move around misc reg codeGabe Black
2006-11-01Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...Gabe Black
2006-10-27Clean up MiscRegFileGabe Black
2006-10-26Reorganized the MiscRegFileGabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black