diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2012-01-07 20:02:40 +0400 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2012-02-18 01:25:28 +0400 |
commit | 692f737cc252b811f0b00ab3c77008dd64680965 (patch) | |
tree | 876d47bafd4dec5aae9985c251ccbab8a587817a /hmp-commands.hx | |
parent | b96ac3e4cccf0ed92ffad4803d8558ebb6cdbad5 (diff) |
target-xtensa: implement info tlb monitor command
Command dumps valid ITLB and DTLB entries.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index 573b823347..454d6198a0 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1341,7 +1341,7 @@ show i8259 (PIC) state @item info pci show emulated PCI device info @item info tlb -show virtual to physical memory mappings (i386, SH4, SPARC, and PPC only) +show virtual to physical memory mappings (i386, SH4, SPARC, PPC, and Xtensa only) @item info mem show the active virtual memory mappings (i386 only) @item info jit |