arm: Add support for memory-mapped m5ops
authorAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 16 Feb 2016 19:21:04 +0000 (13:21 -0600)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 9 May 2017 10:09:58 +0000 (10:09 +0000)
commitf65c190d0b0185ca2965d09149f33cb78555a1bf
treeb9d39c5fa71ee5002e257511c9a5731eaea7ab11
parent699773a867d1095790cce38744d9b2c38a1f551e
arm: Add support for memory-mapped m5ops

Add support for a memory mapped m5op interface. When enabled, the TLB
intercepts accesses in the 64KiB region designated by the
ArmTLB.m5ops_base parameter. An access to this range maps to a
specific m5op call. The upper 8 bits of the offset into the range
denote the m5op function to call and the lower 8 bits denote the
subfunction.

Change-Id: I55fd8ac1afef4c3cc423b973870c9fe600a843a2
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/2964
src/arch/arm/ArmSystem.py
src/arch/arm/ArmTLB.py
src/arch/arm/system.cc
src/arch/arm/system.hh
src/arch/arm/tlb.cc
src/arch/arm/tlb.hh