cpu,arm: Push the stage 2 MMUs out of the CPU into the TLBs.
authorGabe Black <gabeblack@google.com>
Wed, 16 Oct 2019 04:48:31 +0000 (21:48 -0700)
committerGabe Black <gabeblack@google.com>
Sat, 19 Oct 2019 01:49:55 +0000 (01:49 +0000)
commit9d3b9e96c56386ee6539657c21cba95e118e576a
tree2a6fc39778e534c827f048320fcb89a75e8f9dfb
parentb6ef760ebb39e813526ba7abc3e05d7f449c9e32
cpu,arm: Push the stage 2 MMUs out of the CPU into the TLBs.

This regularizes the TLB setup in the CPU so that ARM is no longer a
special case with extra objects.

Change-Id: I739b82578ff74f8f9777cd7e34cd5227b47b186c
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/21842
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/arch/arm/ArmTLB.py
src/cpu/BaseCPU.py