Searched refs:acpidev_cpu_map (Results 1 – 1 of 1) sorted by relevance
147 static struct acpidev_cpu_map_item *acpidev_cpu_map; variable201 acpidev_cpu_map[*cntp].proc_id = mpa->ProcessorId; in acpidev_cpu_parse_MADT()202 acpidev_cpu_map[*cntp].apic_id = mpa->Id; in acpidev_cpu_parse_MADT()216 acpidev_cpu_map[*cntp].proc_id = mpx2a->Uid; in acpidev_cpu_parse_MADT()217 acpidev_cpu_map[*cntp].apic_id = mpx2a->LocalApicId; in acpidev_cpu_parse_MADT()235 if (acpidev_cpu_map[i].proc_id == procid) { in acpidev_cpu_get_apicid()236 *apicidp = acpidev_cpu_map[i].apic_id; in acpidev_cpu_get_apicid()440 acpidev_cpu_map = kmem_zalloc(sizeof (acpidev_cpu_map[0]) in acpidev_cpu_pre_probe()465 if (acpidev_cpu_map != NULL && acpidev_cpu_map_count != 0) { in acpidev_cpu_post_probe()466 kmem_free(acpidev_cpu_map, sizeof (acpidev_cpu_map[0]) in acpidev_cpu_post_probe()[all …]