haiku/headers/private/kernel/vm
Ingo Weinhold 5800e8a486 * Moved the page management functionality into its own file.
* Renamed page_queue to VMPageQueue and made it a proper C++ class. Use
  DoublyLinkedList instead of own list code.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34874 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-01-03 17:10:32 +00:00
..
vm_page.h * agp_gart(): Use vm_page_[un]reserve_pages(). 2010-01-01 16:37:14 +00:00
vm_priv.h * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
vm_translation_map.h * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
vm_types.h * Moved the page management functionality into its own file. 2010-01-03 17:10:32 +00:00
vm.h * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
VMAddressSpace.h Make iteration safe. VMKernelAddressSpace::Next() doesn't like NULL pointers. 2009-12-07 01:56:01 +00:00
VMArea.h * Added VMArea subclasses VM{Kernel,User}Area and moved the address space list 2009-12-04 17:07:16 +00:00
VMCache.h Inlined several VMCache methods. 2010-01-01 17:09:23 +00:00