summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/back_end_impl.hh
AgeCommit message (Expand)Author
2014-10-09cpu: Remove Ozone CPU from the source treeMitch Hayenga
2013-10-17cpu: add consistent guarding to *_impl.hh files.Matt Horsnell
2013-01-07cpu: rename the misleading inSyscall to noSquashFromTCAli Saidi
2012-03-09O3/Ozone: Eliminate dead code counting software prefetch instsGeoffrey Blake
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
2009-04-19Mem: Change isLlsc to isLLSC.Gabe Black
2009-04-19Memory: Rename LOCKED for load locked store conditional to LLSC.Gabe Black
2008-02-06Make the Event::description() a const functionStephen Hines
2007-06-30Event descriptions should not end in "event"Steve Reinhardt
2006-10-08Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().Steve Reinhardt
2006-06-07Update copyright.Kevin Lim
2006-06-02Fixes to get compiling to work. This is mainly fixing up some includes; chan...Kevin Lim