summaryrefslogtreecommitdiff
path: root/src/arch/sparc/miscregfile.cc
AgeCommit message (Expand)Author
2008-08-11styleNathan Binkert
2007-08-13SPARC: Move tlb state into the tlb.Gabe Black
2007-05-31Assign traceData to be NULL at BaseSimpleCPU constructor.Vincentius Robby
2007-03-29get rid of CWP bounds warning...Ali Saidi
2007-03-13Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-12move hver code to ua2005.ccAli Saidi
2007-03-10Fix bounds check for the cwpGabe Black
2007-03-07I missed a couple of WithEffects, this should do itAli Saidi
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-03-03Implement Niagara I/O interface and rework interruptsAli Saidi
2007-02-12make hver match legionAli Saidi
2007-02-02fix mostly floating point relatedAli Saidi
2007-01-30Make SPARC checkpointing workAli Saidi
2007-01-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-01-19some hstick and hintp changes.Lisa Hsu
2007-01-10bug fixes to get us to 145m instructionsAli Saidi
2007-01-09quiet/remove some warningsAli Saidi
2007-01-08fix softint and partially implement hstick interrupts need to figure out how ...Ali Saidi
2007-01-04Fix stick compare to work correctly and set checkInterrupts to true at the ap...Ali Saidi
2006-12-17Compilation fix after messy merge.Gabe Black
2006-12-16Merge zizzer:/bk/newmemGabe Black
2006-12-15some small general fixes to make everythign work nicely with other ISAs, now ...Lisa Hsu
2006-12-14flesh out twinx asisAli Saidi
2006-12-12Fix bugs in tlbmap (and thus rangemap since the code is nearly identical)Ali Saidi
2006-12-08Merge zizzer:/bk/sparcfsLisa Hsu
2006-12-08mostly implemented SOFTINT relevant interrupt stuff.Lisa Hsu
2006-12-07get legion/m5 to first tlb miss faultAli Saidi
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-04forgot to commit miscreg fileAli Saidi
2006-12-04More changes to get SPARC fs closer. Now at 1.2M cycles before differenceAli Saidi
2006-11-29Merge zizzer:/bk/sparcfsGabe Black
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-20Make sure only real bits of pstate can be set.Gabe Black
2006-11-16Fixes for SPARC_FSGabe Black
2006-11-14Set hpstate to be what I'm assuming Legion is.Gabe Black
2006-11-10The reset function of the MiscRegFile really resets it now. This function is ...Gabe Black
2006-11-10Fix up instructions to read and write control registers, and got rid of the c...Gabe Black
2006-11-03Make things compile in SE again.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-10-26Change the default function from setMiscRegWithEffect to setMiscRegGabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black