summaryrefslogtreecommitdiff
path: root/src/cpu/o3/thread_context.hh
AgeCommit message (Expand)Author
2006-12-07Compilation fixesGabe Black
2006-12-06Got rid of some typedefs and moved the tlbs into the base o3 cpu.Gabe Black
2006-11-29Change the connecting of the physPort and virtPort to the memory object below...Kevin Lim
2006-11-19Update Virtual and Physical ports.Kevin Lim
2006-11-07Moved the switched version of kernel_stats.hh back to kern, and moved the bas...Gabe Black
2006-11-01Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...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-30Make O3CPU model independent of the ISAKorey Sewell