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

/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dcommpage_tests.c295 mach_msg_type_number_t cpu_count; local
305 (processor_array_t *) &processor_list, &cpu_count);
312 for (i = 1; i < cpu_count; i++) {
/xnu-2422.115.4/bsd/kern/
H A Dkdebug.c134 int kdbg_cpumap_init_internal(kd_iop_t* iops, uint32_t cpu_count, uint8_t** cpumap, uint32_t* cpumap_size);
1403 * Writes a cpumap for the given iops_list/cpu_count to the provided buffer.
1415 * NOTE: It may seem redundant to pass both iops and a cpu_count.
1422 * If we do not pass both iops and cpu_count, and iops is NULL, this function
1428 kdbg_cpumap_init_internal(kd_iop_t* iops, uint32_t cpu_count, uint8_t** cpumap, uint32_t* cpumap_size) argument
1432 assert(cpu_count);
1433 assert(!iops || iops->cpu_id + 1 == cpu_count);
1435 uint32_t bytes_needed = sizeof(kd_cpumap_header) + cpu_count * sizeof(kd_cpumap);
1450 header->cpu_count = cpu_count;
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dkdebug.h822 uint32_t cpu_count; member in struct:__anon469

Completed in 35 milliseconds