Searched refs:VM_REGION_SUBMAP_INFO_COUNT (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmachvm_tests.c179 int _submap[VM_REGION_SUBMAP_INFO_COUNT];
254 infocnt = VM_REGION_SUBMAP_INFO_COUNT;
263 if (VM_REGION_SUBMAP_INFO_COUNT != infocnt) {
/darwin-on-arm/xnu/osfmk/mach/
H A Dvm_region.h220 #define VM_REGION_SUBMAP_INFO_COUNT ((mach_msg_type_number_t) \ macro
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm32_user.c437 if (VM_MAP_NULL == map || *infoCnt < VM_REGION_SUBMAP_INFO_COUNT)
469 *infoCnt = VM_REGION_SUBMAP_INFO_COUNT;
H A Dvm_user.c1563 if (VM_MAP_NULL == map || *infoCnt < VM_REGION_SUBMAP_INFO_COUNT)
1595 *infoCnt = VM_REGION_SUBMAP_INFO_COUNT;

Completed in 87 milliseconds