Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dapic_flat_64.c125 .ioapic_phys_id_map = NULL,
218 .ioapic_phys_id_map = NULL,
H A Dapic_numachip.c258 .ioapic_phys_id_map = NULL,
307 .ioapic_phys_id_map = NULL,
H A Dapic_noop.c108 .ioapic_phys_id_map = default_ioapic_phys_id_map,
H A Dbigsmp_32.c140 .ioapic_phys_id_map = bigsmp_ioapic_phys_id_map,
H A Dprobe_32.c82 .ioapic_phys_id_map = default_ioapic_phys_id_map,
H A Dx2apic_phys.c172 .ioapic_phys_id_map = NULL,
H A Dx2apic_cluster.c198 .ioapic_phys_id_map = NULL,
H A Dio_apic.c1470 apic->ioapic_phys_id_map(&phys_cpu_present_map, &phys_id_present_map); in setup_ioapic_ids_from_mpc_nocheck()
2477 apic->ioapic_phys_id_map(&phys_cpu_present_map, &apic_id_map); in io_apic_get_unique_id()
H A Dx2apic_uv_x.c838 .ioapic_phys_id_map = NULL,
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dapic.c160 .ioapic_phys_id_map = default_ioapic_phys_id_map, /* Used on 32-bit */
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dapic.h320 void (*ioapic_phys_id_map)(physid_mask_t *phys_map, physid_mask_t *retmap); member