Searched refs:cpumap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/system_cmds-643.1.1/trace.tproj/
H A Dtrace.c126 kd_cpumap* cpumap = NULL; variable
1145 if (cpumap && (cpunum < cpumap_header->cpu_count) && (cpumap[cpunum].flags & KDBG_CPUMAP_IS_IOP)) {
1146 command = cpumap[cpunum].name;
2501 cpumap = NULL;
2506 * cpumap size is one page.
2522 cpumap = (kd_cpumap*)&cpumap_header[1];
2537 cpumap = (kd_cpumap*)&cpumap_header[1];
2543 if (!cpumap) {
2548 /* Dump the initial cpumap */
[all...]
/macosx-10.10/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.
1426 * bytes written. If you did not provide a buffer, cpumap is set to the newly
1442 kdbg_cpumap_init_internal(kd_iop_t* iops, uint32_t cpu_count, uint8_t** cpumap, uint32_t* cpumap_size) argument
1444 assert(cpumap);
1453 if (*cpumap == NULL) {
1454 if (kmem_alloc(kernel_map, (vm_offset_t*)cpumap, (vm_size_t)*cpumap_size) != KERN_SUCCESS) {
1461 kd_cpumap_header* header = (kd_cpumap_header*)(uintptr_t)*cpumap;
1906 uint8_t* cpumap = NULL; local
1911 if (kdbg_cpumap_init_internal(kd_ctrl_page.kdebug_iops, kd_ctrl_page.kdebug_cpus, &cpumap,
[all...]

Completed in 180 milliseconds