Files
gem5/util
Andreas Sandberg fec2dea5c3 x86: Add support for m5ops through a memory mapped interface
In order to support m5ops in virtualized environments, we need to use
a memory mapped interface. This changeset adds support for that by
reserving 0xFFFF0000-0xFFFFFFFF and mapping those to the generic IPR
interface for m5ops. The mapping is done in the
X86ISA::TLB::finalizePhysical() which means that it just works for all
of the CPU models, including virtualized ones.
2013-09-30 12:20:53 +02:00
..
2011-04-15 10:44:06 -07:00
2009-07-02 16:48:21 -07:00
2011-04-15 10:44:06 -07:00
2011-04-15 10:44:06 -07:00
2006-12-17 18:58:50 -08:00
2013-08-07 14:51:17 -05:00
2006-11-29 13:17:41 -08:00
2012-07-27 16:08:05 -04:00