X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..94ff46dc2849db4d43eaaf144872decc522aafb4:/osfmk/man/vm_region.html diff --git a/osfmk/man/vm_region.html b/osfmk/man/vm_region.html old mode 100755 new mode 100644 index c36fd60f1..9d1a7c3e6 --- a/osfmk/man/vm_region.html +++ b/osfmk/man/vm_region.html @@ -1 +1,96 @@ -
Function - Return description of a virtual memory region.
kern_return_t vm_region (vm_task_t target_task, vm_address_t address, vm_size_t size, vm_region_flavor_t flavor, vm_region_info_t info, mach_msg_type_number_t info_count, memory_object_name_t object_name);
The vm_region function returns information on a region within the specified task's address space. The function begins looking at address and continues until it finds an allocated region. If the input address is within a region, the function uses the start of that region. The starting address for the located region is returned in address.
This interface is machine word length specific because of the virtual address parameter.
Functions: vm_allocate, vm_deallocate, vm_inherit, vm_protect, vm_behavior_set.
Data Structures: vm_region_basic_info. \ No newline at end of file +
+Function - Return description of a virtual memory region. +
+kern_return_t vm_region + (vm_task_t target_task, + vm_address_t address, + vm_size_t size, + vm_region_flavor_t flavor, + vm_region_info_t info, + mach_msg_type_number_t info_count, + memory_object_name_t object_name); ++
+
+
+
+
+
+
+
+
+The vm_region function returns information on a region +within the specified +task's address space. +The function begins looking at address and continues until it +finds an allocated +region. If the input address is within a region, the function +uses the start of that +region. The starting address for the located region is returned in address. +
+This interface is machine word length specific because of the virtual address +parameter. +
+
+Functions: +vm_allocate, +vm_deallocate, +vm_inherit, +vm_protect, +vm_behavior_set. +
+Data Structures: +vm_region_basic_info.