Searched refs:ioapic_phys_id_map (Results 1 – 10 of 10) sorted by relevance
/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 175 .ioapic_phys_id_map = NULL, 283 .ioapic_phys_id_map = NULL,
|
D | apic_noop.c | 131 .ioapic_phys_id_map = default_ioapic_phys_id_map,
|
D | x2apic_phys.c | 110 .ioapic_phys_id_map = NULL,
|
D | bigsmp_32.c | 170 .ioapic_phys_id_map = bigsmp_ioapic_phys_id_map,
|
D | probe_32.c | 95 .ioapic_phys_id_map = default_ioapic_phys_id_map,
|
D | apic_numachip.c | 224 .ioapic_phys_id_map = NULL,
|
D | x2apic_cluster.c | 256 .ioapic_phys_id_map = NULL,
|
D | x2apic_uv_x.c | 370 .ioapic_phys_id_map = NULL,
|
D | io_apic.c | 2064 apic->ioapic_phys_id_map(&phys_cpu_present_map, &phys_id_present_map); in setup_ioapic_ids_from_mpc_nocheck() 3529 apic->ioapic_phys_id_map(&phys_cpu_present_map, &apic_id_map); in io_apic_get_unique_id()
|
/arch/x86/include/asm/ |
D | apic.h | 300 void (*ioapic_phys_id_map)(physid_mask_t *phys_map, physid_mask_t *retmap); member
|