Home
last modified time | relevance | path

Searched refs:check_phys_apicid_present (Results 1 – 13 of 13) sorted by relevance

/linux-3.4.99/arch/x86/kernel/apic/
Dapic_flat_64.c204 .check_phys_apicid_present = default_check_phys_apicid_present,
363 .check_phys_apicid_present = default_check_phys_apicid_present,
Dapic_noop.c151 .check_phys_apicid_present = default_check_phys_apicid_present,
Dx2apic_phys.c150 .check_phys_apicid_present = default_check_phys_apicid_present,
Dprobe_32.c117 .check_phys_apicid_present = default_check_phys_apicid_present,
Dbigsmp_32.c223 .check_phys_apicid_present = bigsmp_check_phys_apicid_present,
Des7000_32.c650 .check_phys_apicid_present = es7000_check_phys_apicid_present,
716 .check_phys_apicid_present = es7000_check_phys_apicid_present,
Dx2apic_cluster.c237 .check_phys_apicid_present = default_check_phys_apicid_present,
Dapic_numachip.c271 .check_phys_apicid_present = default_check_phys_apicid_present,
Dnumaq_32.c503 .check_phys_apicid_present = numaq_check_phys_apicid_present,
Dsummit_32.c521 .check_phys_apicid_present = summit_check_phys_apicid_present,
Dx2apic_uv_x.c380 .check_phys_apicid_present = default_check_phys_apicid_present,
/linux-3.4.99/arch/x86/include/asm/
Dapic.h314 int (*check_phys_apicid_present)(int phys_apicid); member
/linux-3.4.99/arch/x86/kernel/
Dsmpboot.c968 if (!apic->check_phys_apicid_present(boot_cpu_physical_apicid)) { in smp_sanity_check()