Searched refs:ioapic_phys_id_map (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 198 .ioapic_phys_id_map = NULL, 357 .ioapic_phys_id_map = NULL,
|
D | apic_noop.c | 143 .ioapic_phys_id_map = default_ioapic_phys_id_map,
|
D | x2apic_phys.c | 144 .ioapic_phys_id_map = NULL,
|
D | probe_32.c | 111 .ioapic_phys_id_map = default_ioapic_phys_id_map,
|
D | bigsmp_32.c | 217 .ioapic_phys_id_map = bigsmp_ioapic_phys_id_map,
|
D | es7000_32.c | 644 .ioapic_phys_id_map = es7000_ioapic_phys_id_map, 710 .ioapic_phys_id_map = es7000_ioapic_phys_id_map,
|
D | x2apic_cluster.c | 231 .ioapic_phys_id_map = NULL,
|
D | apic_numachip.c | 265 .ioapic_phys_id_map = NULL,
|
D | numaq_32.c | 497 .ioapic_phys_id_map = numaq_ioapic_phys_id_map,
|
D | summit_32.c | 515 .ioapic_phys_id_map = summit_ioapic_phys_id_map,
|
D | x2apic_uv_x.c | 374 .ioapic_phys_id_map = NULL,
|
D | io_apic.c | 2101 apic->ioapic_phys_id_map(&phys_cpu_present_map, &phys_id_present_map); in setup_ioapic_ids_from_mpc_nocheck() 3740 apic->ioapic_phys_id_map(&phys_cpu_present_map, &apic_id_map); in io_apic_get_unique_id()
|
/linux-3.4.99/arch/x86/include/asm/ |
D | apic.h | 307 void (*ioapic_phys_id_map)(physid_mask_t *phys_map, physid_mask_t *retmap); member
|