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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmachvm_tests.c177 int _basic64[VM_REGION_BASIC_INFO_COUNT_64];
214 infocnt = VM_REGION_BASIC_INFO_COUNT_64;
222 if (VM_REGION_BASIC_INFO_COUNT_64 != infocnt) {
/darwin-on-arm/xnu/osfmk/mach/
H A Dvm_region.h88 #define VM_REGION_BASIC_INFO_COUNT_64 ((mach_msg_type_number_t) \ macro
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_map.c9671 if (*count < VM_REGION_BASIC_INFO_COUNT_64)
9675 *count = VM_REGION_BASIC_INFO_COUNT_64;

Completed in 91 milliseconds