pmap_get_tables() can be used to obtain the l1 through l3 page table entries for a given virtual address and mapping.
It is required for minidump support.
The function is already declared in riscv/include/pmap.h.
Differential D18321
RISC-V: Add definition for pmap_get_tables() mhorne063_gmail.com on Nov 24 2018, 12:33 AM. Authored by Tags None Referenced Files
Subscribers
Details
pmap_get_tables() can be used to obtain the l1 through l3 page table entries for a given virtual address and mapping. The function is already declared in riscv/include/pmap.h.
Diff Detail
Event Timeline
Comment Actions This looks ok to me. I'll go through the minidump review before committing it, though.
|