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 Added vm_page_max_address() which returns the greatest address of accessible 2010-06-23 13:52:32 +00:00
vm_priv.h x86: enable data execution prevention 2013-04-04 15:22:23 +02:00
vm_types.h Add VM page allocation tracking similar to what happens in the slab already. 2011-11-04 18:07:07 +00:00
vm.h VM: vm_memset_physical(): Correct length parameter type 2013-11-11 22:27:52 +01:00
VMAddressSpace.h Allow disabling ASLR via DISABLE_ASLR environment variable 2013-12-01 02:51:50 +01:00
VMArea.h * First run through the kernel's private parts to use phys_{addr,size}_t 2010-05-25 21:34:08 +00:00
VMCache.h Add support for pthread_attr_get/setguardsize() 2012-12-28 18:02:58 +00:00
VMTranslationMap.h Add KDL command "mapping" 2013-12-05 05:13:21 +01:00