haiku/headers/private/kernel/vm
Alex Smith 6e2f6d1ace Changed cookie type for get_next_area_info() to ssize_t.
The cookie is used to store the base address of the area that was just
visited. On 64-bit systems, int32 is not sufficient. Therefore, changed
to ssize_t which retains compatibility on x86 while expanding to a
sufficient size on x86_64.
2012-07-29 09:31:14 +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 * Removed useless return parameter from vm_remove_all_page_mappings(). 2010-02-03 18:53:52 +00: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 Changed cookie type for get_next_area_info() to ssize_t. 2012-07-29 09:31:14 +01: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 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