summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/lw_back_end_impl.hh
AgeCommit message (Expand)Author
2011-04-04CPU: Remove references to memory copy operationsAli Saidi
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2010-09-13CPU: Get rid of the now unnecessary getInst/setInst family of functions.Gabe Black
2009-09-23arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hhNathan Binkert
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2008-10-21style: Use the correct m5 style for things relating to interrupts.Nathan Binkert
2008-02-06Make the Event::description() a const functionStephen Hines
2007-09-28Rename cycles() function to ticks()Ali Saidi
2007-06-30Event descriptions should not end in "event"Steve Reinhardt
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2006-11-03Got rid of "inPalMode". Some places are still effectively checking if they ar...Gabe Black
2006-10-02Updates to fix merge issues and bring almost everything up to working speed. ...Kevin Lim
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-07-07Support for recent port changes.Kevin Lim
2006-06-25Make OzoneCPU work again in SE/FS.Kevin Lim
2006-06-22Changes to get OzoneCPU to compile once more.Kevin Lim
2006-06-07Update copyright.Kevin Lim
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-06-02Fixes to get compiling to work. This is mainly fixing up some includes; chan...Kevin Lim