Home
last modified time | relevance | path

Searched refs:vm_region (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/osfmk/mach/
H A DMakefile187 vm_region.h \
H A Dvm32_map.defs85 routine PREFIX(vm_region)(
H A Dvm_map.defs109 routine vm_region(
399 * A recursive form of vm_region which probes submaps withint the
H A Dmach_types.defs570 * need to be changed. (see mach/vm_region.h) */
/xnu-12377.61.12/osfmk/vm/
H A Dvm_user.c1499 vm_region( in vm_region() function
H A Dvm_tests.c1816 …kr = vm_region(VM_MAP_NULL, &vm_throwaway_addr, &vm_throwaway_size, VM_REGION_BASIC_INFO_64, (vm_r… in vm_map_null_tests()
/xnu-12377.61.12/osfmk/tests/
H A Dvm_parameter_validation.h4981 …kern_return_t kr = vm_region(map, &addr_cpy, &size_out, VM_REGION_BASIC_INFO_64, (vm_region_info_t… in call_vm_region()