misc: BaseCPU using ArchMMU instead of ArchDTB/ArchITB
With this commit we replace every TLB pointer stored in the cpu model with a BaseMMU pointer. JIRA: https://gem5.atlassian.net/browse/GEM5-790 Change-Id: I4932a32f68582b25cd252b5420b54d6a40ee15b8 Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34976 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -364,8 +364,8 @@ def addCommonOptions(parser):
|
||||
parser.add_option("--stats-root", action="append", default=[], help=
|
||||
"If given, dump only stats of objects under the given SimObject. "
|
||||
"SimObjects are identified with Python notation as in: "
|
||||
"system.cpu[0].dtb. All elements of an array can be selected at "
|
||||
"once with: system.cpu[:].dtb. If given multiple times, dump stats "
|
||||
"system.cpu[0].mmu. All elements of an array can be selected at "
|
||||
"once with: system.cpu[:].mmu. If given multiple times, dump stats "
|
||||
"that are present under any of the roots. If not given, dump all "
|
||||
"stats. "
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user