Searched refs:check_phys_apicid_present (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 204 .check_phys_apicid_present = default_check_phys_apicid_present, 363 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | apic_noop.c | 151 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | x2apic_phys.c | 150 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | probe_32.c | 117 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | bigsmp_32.c | 223 .check_phys_apicid_present = bigsmp_check_phys_apicid_present,
|
D | es7000_32.c | 650 .check_phys_apicid_present = es7000_check_phys_apicid_present, 716 .check_phys_apicid_present = es7000_check_phys_apicid_present,
|
D | x2apic_cluster.c | 237 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | apic_numachip.c | 271 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | numaq_32.c | 503 .check_phys_apicid_present = numaq_check_phys_apicid_present,
|
D | summit_32.c | 521 .check_phys_apicid_present = summit_check_phys_apicid_present,
|
D | x2apic_uv_x.c | 380 .check_phys_apicid_present = default_check_phys_apicid_present,
|
/linux-3.4.99/arch/x86/include/asm/ |
D | apic.h | 314 int (*check_phys_apicid_present)(int phys_apicid); member
|
/linux-3.4.99/arch/x86/kernel/ |
D | smpboot.c | 968 if (!apic->check_phys_apicid_present(boot_cpu_physical_apicid)) { in smp_sanity_check()
|