summaryrefslogtreecommitdiff
path: root/src/cpu/o3/alpha/thread_context.hh
AgeCommit message (Expand)Author
2008-10-09O3: Generalize the O3 CPU object so it isn't split out by ISA.Gabe Black
2006-12-28Implement a stub nnpc for alpha that is read only as npc+4.Gabe Black
2006-12-06Got rid of some typedefs, moved the tlbs to the base o3 cpu, and called the a...Gabe Black
2006-11-03Got rid of "inPalMode". Some places are still effectively checking if they ar...Gabe Black
2006-11-01Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...Gabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black
2006-07-23This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...Korey Sewell
2006-07-07Fix so that O3CPU doesnt segfault on exit.Korey Sewell
2006-07-03Fix for FS O3CPU compile ... missing forward class declaration/header file af...Korey Sewell
2006-06-30now O3CPU is totally independent of the ISA... all alpha specific stuff is t...Korey Sewell
2006-06-30Make O3CPU model independent of the ISAKorey Sewell