On Wed, Aug 18, 2021 at 7:48 PM NDNF <arkaisp2...@gmail.com> 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 <changbin...@gmail.com> > Signed-off-by: Ivanov Arkady <arkaisp2...@gmail.com> > --- > 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