Home
last modified time | relevance | path

Searched refs:ioapic_phys_id_map (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/kernel/apic/
H A Dapic_noop.c54 .ioapic_phys_id_map = default_ioapic_phys_id_map,
H A Dbigsmp_32.c89 .ioapic_phys_id_map = bigsmp_ioapic_phys_id_map,
H A Dprobe_32.c45 .ioapic_phys_id_map = default_ioapic_phys_id_map,
H A Dapic_flat_64.c162 .ioapic_phys_id_map = NULL,
H A Dx2apic_cluster.c237 .ioapic_phys_id_map = NULL,
H A Dio_apic.c1474 apic->ioapic_phys_id_map(&phys_cpu_present_map, &phys_id_present_map); in setup_ioapic_ids_from_mpc_nocheck()
2513 apic->ioapic_phys_id_map(&phys_cpu_present_map, &apic_id_map); in io_apic_get_unique_id()
/openbmc/linux/arch/x86/include/asm/
H A Dapic.h298 void (*ioapic_phys_id_map)(physid_mask_t *phys_map, physid_mask_t *retmap); member