Searched refs:vm_region (Results 1 - 8 of 8) sorted by relevance

/xnu-2422.115.4/osfmk/mach/
H A Dmach_types.h107 #include <mach/vm_region.h>
H A Dvm_map.defs91 routine vm_region(
395 * A recursive form of vm_region which probes submaps withint the
H A DMakefile143 vm_region.h \
/xnu-2422.115.4/bsd/kern/
H A Dprocess_policy.c60 #include <mach/vm_region.h>
H A Dkern_core.c56 #include <mach/vm_region.h>
H A Dproc_info.c67 #include <mach/vm_region.h>
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dmachvm_tests.c187 kret = vm_region(mach_task_self(), &addr, &size, VM_REGION_BASIC_INFO,
190 warnx("vm_region(VM_REGION_BASIC_INFO) failed: %d", kret);
194 warnx("vm_region(VM_REGION_BASIC_INFO) returned a bad info count");
202 warnx("vm_region(VM_REGION_BASIC_INFO) returned a bad region range");
208 warnx("vm_region(VM_REGION_BASIC_INFO) returned a bad protection");
247 warnx("vm_region and vm_region_64 did not agree");
/xnu-2422.115.4/osfmk/vm/
H A Dvm_user.c1439 * vm_region_64 and vm_region:
1490 vm_region( function
1523 * vm_region_recurse: A form of vm_region which follows the
1560 * vm_region_recurse: A form of vm_region which follows the

Completed in 89 milliseconds