On Wed, Aug 18, 2021 at 7:48 PM NDNF <[email protected]> wrote: > > This adds hmp 'info tlb' command support for the arm platform. > The limitation is that this only implements a page walker for > ARMv8-A AArch64 Long Descriptor format, 32bit addressing is > not supported yet. > > Signed-off-by: Changbin Du <[email protected]> > Signed-off-by: Ivanov Arkady <[email protected]> > --- > hmp-commands-info.hx | 3 + > target/arm/monitor.c | 170 > ++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 172 insertions(+), 1 deletion(-) >
I believe this is not TLB on ARM, but PTE? RISC-V implemented a "info mem" for page table walk. Regards, Bin
