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

/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dcommpage_tests.c293 mach_msg_type_number_t cpu_count; local
303 (processor_array_t *) &processor_list, &cpu_count);
310 for (i = 1; i < cpu_count; i++) {
/xnu-2782.1.97/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);
1417 * Writes a cpumap for the given iops_list/cpu_count to the provided buffer.
1429 * NOTE: It may seem redundant to pass both iops and a cpu_count.
1436 * If we do not pass both iops and cpu_count, and iops is NULL, this function
1442 kdbg_cpumap_init_internal(kd_iop_t* iops, uint32_t cpu_count, uint8_t** cpumap, uint32_t* cpumap_size) argument
1446 assert(cpu_count);
1447 assert(!iops || iops->cpu_id + 1 == cpu_count);
1449 uint32_t bytes_needed = sizeof(kd_cpumap_header) + cpu_count * sizeof(kd_cpumap);
1464 header->cpu_count = cpu_count;
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dkdebug.h941 uint32_t cpu_count; member in struct:__anon490

Completed in 31 milliseconds