summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/simple_cpu_builder.cc
AgeCommit message (Expand)Author
2014-10-09cpu: Remove Ozone CPU from the source treeMitch Hayenga
2013-01-07cpu: Rename defer_registration->switched_outAndreas Sandberg
2013-01-07arch: Make the ISA class inherit from SimObjectAndreas Sandberg
2011-11-18SE/FS: Get rid of FULL_SYSTEM in the CPU directory.Gabe Black
2011-04-15includes: sort all includesNathan Binkert
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2008-02-10Fix #include lines for renamed cache files.Steve Reinhardt
2007-10-02CPU: Make the cpuid parameter get set in SE mode as well.Gabe Black
2007-10-02CPU: Make sure the system parameter gets set in the cpu builders. Other param...Gabe Black
2007-08-26Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.Gabe Black
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2006-11-01Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...Gabe Black
2006-06-22Changes to get OzoneCPU to compile once more.Kevin Lim