haiku/headers/private/kernel/vm
Ingo Weinhold 377ecfe797 * Renamed cache_type_to_string() to vm_cache_type_to_string() and made in
kernel private.
* Moved dumping code from dump_cache() to new VMCache::Dump().
* Override VMCache::Dump() in VMVnodeCache to also print the vnode.
* Removed no longer needed VMCache::GetLock().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37138 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-06-14 23:57:00 +00:00
..
vm_page.h * Introduced structures {virtual,physical}_address_restrictions, which specify 2010-06-14 16:25:14 +00:00
vm_priv.h * Removed useless return parameter from vm_remove_all_page_mappings(). 2010-02-03 18:53:52 +00:00
vm_types.h * Introduced structures {virtual,physical}_address_restrictions, which specify 2010-06-14 16:25:14 +00:00
vm.h * Renamed cache_type_to_string() to vm_cache_type_to_string() and made in 2010-06-14 23:57:00 +00:00
VMAddressSpace.h * Introduced structures {virtual,physical}_address_restrictions, which specify 2010-06-14 16:25:14 +00: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 * Introduced type generic_io_vec, which is similar to iovec, but uses types 2010-06-02 18:42:20 +00:00
VMTranslationMap.h Removed no-op VMTranslationMap::InitPostSem() and 2010-06-05 22:20:34 +00:00