Searched refs:check_phys_apicid_present (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 179 .check_phys_apicid_present = default_check_phys_apicid_present, 286 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | apic_numachip.c | 267 .check_phys_apicid_present = default_check_phys_apicid_present, 318 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | apic_noop.c | 137 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | x2apic_phys.c | 116 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | probe_32.c | 99 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | bigsmp_32.c | 174 .check_phys_apicid_present = bigsmp_check_phys_apicid_present,
|
D | x2apic_cluster.c | 260 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | x2apic_uv_x.c | 400 .check_phys_apicid_present = default_check_phys_apicid_present,
|
/linux-4.4.14/arch/x86/xen/ |
D | apic.c | 167 .check_phys_apicid_present = default_check_phys_apicid_present, /* smp_sanity_check needs it */
|
/linux-4.4.14/arch/x86/include/asm/ |
D | apic.h | 294 int (*check_phys_apicid_present)(int phys_apicid); member
|
/linux-4.4.14/arch/x86/kernel/ |
D | smpboot.c | 1117 if (!apic->check_phys_apicid_present(boot_cpu_physical_apicid)) { in smp_sanity_check()
|