Searched refs:VM_REGION_BASIC_INFO_COUNT (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmachvm_tests.c175 int _basic[VM_REGION_BASIC_INFO_COUNT];
186 infocnt = VM_REGION_BASIC_INFO_COUNT;
193 if (VM_REGION_BASIC_INFO_COUNT != infocnt) {
/darwin-on-arm/xnu/osfmk/mach/
H A Dvm_region.h117 #define VM_REGION_BASIC_INFO_COUNT ((mach_msg_type_number_t) \ macro
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_map.c9626 if (*count < VM_REGION_BASIC_INFO_COUNT)
9630 *count = VM_REGION_BASIC_INFO_COUNT;

Completed in 295 milliseconds