Searched defs:acpidev_cpu_map (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_cpu.c147 static struct acpidev_cpu_map_item *acpidev_cpu_map; variable in typeref:struct:acpidev_cpu_map_item
201 acpidev_cpu_map[*cntp].proc_id = mpa->ProcessorId;
202 acpidev_cpu_map[*cntp].apic_id = mpa->Id;
216 acpidev_cpu_map[*cntp].proc_id = mpx2a->Uid;
217 acpidev_cpu_map[*cntp].apic_id = mpx2a->LocalApicId;
235 if (acpidev_cpu_map[i].proc_id == procid) {
236 *apicidp = acpidev_cpu_map[i].apic_id;
440 acpidev_cpu_map = kmem_zalloc(sizeof (acpidev_cpu_map[0])
465 if (acpidev_cpu_map !
[all...]

Completed in 57 milliseconds