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

/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c117 static struct cpu_map_item **cpu_map = NULL; variable in typeref:struct:cpu_map_item
1552 * if cpu_map itself is NULL, we're a uppc system and
1556 if (cpu_map == NULL) {
1558 if (cpu_map == NULL)
1567 * search object with cpuid in cpu_map
1571 if (cpu_map[i]->cpu_id == cpu_id) {
1575 if (i < cpu_map_count && (cpu_map[i]->obj != NULL)) {
1576 *rh = cpu_map[i]->obj;
1586 if (cpu_map[i]->apic_id == apicid) {
1590 if (i < cpu_map_count && (cpu_map[
[all...]

Completed in 87 milliseconds