haiku/headers/private/kernel/vm
Michael Lotz 643cf35ee8 Add debug helper functions to mark pages present.
They can be used to mark pages as present/non-present without actually
unmapping them. Marking pages as non-present causes every access to
fault. We can use that for debugging as it allows us to "read protect"
individual kernel pages.
2011-12-03 19:45:31 +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
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 Should have been part of previous commit. 2011-06-12 20:18:01 +00:00
VMAddressSpace.h
VMArea.h
VMCache.h Add an assert to ensure the wired count doesn't wrap. 2011-11-13 22:02:36 +01:00
VMTranslationMap.h Add debug helper functions to mark pages present. 2011-12-03 19:45:31 +01:00