mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 13:31:28 +01:00
7b83ce1142
* VMTranslationMap: - Add DebugPrintMappingInfo(): Given a virtual address it is supposed to print the paging structure information for that address. To be implemented by derived classes. - Add DebugGetReverseMappingInfo(): Given a physical addresss it is supposed to find all virtual addresses mapped to it. To be implemented by derived classes. * X86VMTranslationMapPAE: Implement the new methods DebugPrintMappingInfo() and DebugGetReverseMappingInfo(). * Add KDL command "mapping". It supports both virtual address lookups and reverse lookups.