gem5/src/arch/generic
Andreas Sandberg 5e7738467b mem: Use a flag instead of address bit 63 for generic IPRs
Using address bit 63 to identify generic IPRs caused problems on
SPARC, where IPRs are heavily used. This changeset redefines how
generic IPRs are identified. Instead of using bit 63, we now use a
separate flag (GENERIC_IPR) a memory request.
2013-10-15 13:24:35 +02:00
..
linux ISA: generic Linux thread info support 2012-11-02 11:32:00 -05:00
debugfaults.hh arch: Fix broken M5VarArgsFault initialization 2013-01-07 13:05:38 -05:00
decode_cache.cc ISA,CPU: Generalize and split out the components of the decode cache. 2012-05-26 13:45:12 -07:00
decode_cache.hh ISA,CPU: Generalize and split out the components of the decode cache. 2012-05-26 13:45:12 -07:00
memhelpers.hh clang: Enable compiling gem5 using clang 2.9 and 3.0 2012-01-31 12:05:52 -05:00
mmapped_ipr.cc mem: Use a flag instead of address bit 63 for generic IPRs 2013-10-15 13:24:35 +02:00
mmapped_ipr.hh mem: Use a flag instead of address bit 63 for generic IPRs 2013-10-15 13:24:35 +02:00
SConscript arch: Add support for m5ops using mmapped IPRs 2013-09-30 12:20:43 +02:00
types.hh arch: print next upc correctly 2011-06-28 18:27:38 -05:00