summaryrefslogtreecommitdiff
path: root/src/cpu/o3/sparc/cpu_impl.hh
AgeCommit message (Expand)Author
2008-10-09O3: Generalize the O3 CPU object so it isn't split out by ISA.Gabe Black
2008-08-11params: Convert the CPU objects to use the auto generated param structs.Nathan Binkert
2007-07-26X86: Fix argument register indexing.Gabe Black
2007-05-12Make sure all addresses used in syscalls are truncated to 32 bits. Actually -...Gabe Black
2007-04-04Updates for other ISA cpu_builders.Kevin Lim
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-01-27Merge zizzer:/bk/newmemGabe Black
2007-01-26eliminate cpu checkInterrupts bool, it is redundant and unnecessary.Lisa Hsu
2006-12-06Got rid of some typedefs and moved the tlbs into the base o3 cpu.Gabe Black
2006-12-06Make syscalls flatten their register indices, and also call into the ISA's se...Gabe Black
2006-11-24Initial changes to get O3 working with SPARCGabe Black