Searched refs:check_phys_apicid_present (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/apic/ |
| D | apic_flat_64.c | 129 .check_phys_apicid_present = default_check_phys_apicid_present, 222 .check_phys_apicid_present = default_check_phys_apicid_present,
|
| D | apic_numachip.c | 262 .check_phys_apicid_present = default_check_phys_apicid_present, 311 .check_phys_apicid_present = default_check_phys_apicid_present,
|
| D | apic_noop.c | 113 .check_phys_apicid_present = default_check_phys_apicid_present,
|
| D | bigsmp_32.c | 143 .check_phys_apicid_present = bigsmp_check_phys_apicid_present,
|
| D | probe_32.c | 85 .check_phys_apicid_present = default_check_phys_apicid_present,
|
| D | x2apic_phys.c | 164 .check_phys_apicid_present = default_check_phys_apicid_present,
|
| D | x2apic_cluster.c | 200 .check_phys_apicid_present = default_check_phys_apicid_present,
|
| D | x2apic_uv_x.c | 663 .check_phys_apicid_present = default_check_phys_apicid_present,
|
| /Linux-v5.4/arch/x86/xen/ |
| D | apic.c | 174 .check_phys_apicid_present = default_check_phys_apicid_present, /* smp_sanity_check needs it */
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | apic.h | 330 int (*check_phys_apicid_present)(int phys_apicid); member
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | smpboot.c | 1277 if (!apic->check_phys_apicid_present(boot_cpu_physical_apicid)) { in smp_sanity_check()
|