haiku/headers/private/kernel/vm
Ingo Weinhold 7b83ce1142 Add KDL command "mapping"
* 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.
2013-12-05 05:13:21 +01:00
..
vm_page.h
vm_priv.h
vm_types.h
vm.h
VMAddressSpace.h Allow disabling ASLR via DISABLE_ASLR environment variable 2013-12-01 02:51:50 +01:00
VMArea.h
VMCache.h
VMTranslationMap.h Add KDL command "mapping" 2013-12-05 05:13:21 +01:00