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

/xnu-2782.1.97/osfmk/mach/
H A Dprocessor_info.h108 #define PROCESSOR_BASIC_INFO_COUNT ((mach_msg_type_number_t) \ macro
/xnu-2782.1.97/osfmk/kern/
H A Dprocessor.c292 *count = PROCESSOR_BASIC_INFO_COUNT;
329 if (*count < PROCESSOR_BASIC_INFO_COUNT)
346 *count = PROCESSOR_BASIC_INFO_COUNT;
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dcommpage_tests.c311 data_count = PROCESSOR_BASIC_INFO_COUNT;

Completed in 33 milliseconds