gem5/src/cpu/checker
Andreas Sandberg e2dad8236a cpu: Implement a flat register interface in thread contexts
Some architectures map registers differently depending on their mode
of operations. There is currently no architecture independent way of
accessing all registers. This patch introduces a flat register
interface to the ThreadContext class. This interface is useful, for
example, when serializing or copying thread contexts.
2013-01-07 13:05:44 -05:00
..
cpu.cc arch: Make the ISA class inherit from SimObject 2013-01-07 13:05:35 -05:00
cpu.hh Checker: Fix checker CPU ports 2012-08-28 14:30:24 -04:00
cpu_impl.hh cpu: rename the misleading inSyscall to noSquashFromTC 2013-01-07 13:05:33 -05:00
SConsopts cpu_models: get rid of cpu_models.py and move the stuff into SCons 2010-02-26 18:14:48 -08:00
thread_context.hh cpu: Implement a flat register interface in thread contexts 2013-01-07 13:05:44 -05:00