Searched refs:check_phys_apicid_present (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 127 .check_phys_apicid_present = default_check_phys_apicid_present, 218 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | apic_numachip.c | 260 .check_phys_apicid_present = default_check_phys_apicid_present, 307 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | apic_noop.c | 110 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | bigsmp_32.c | 141 .check_phys_apicid_present = bigsmp_check_phys_apicid_present,
|
D | probe_32.c | 83 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | x2apic_phys.c | 174 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | x2apic_cluster.c | 215 .check_phys_apicid_present = default_check_phys_apicid_present,
|
D | x2apic_uv_x.c | 848 .check_phys_apicid_present = default_check_phys_apicid_present,
|
/linux-6.1.9/arch/x86/xen/ |
D | apic.c | 161 .check_phys_apicid_present = default_check_phys_apicid_present, /* smp_sanity_check needs it */
|
/linux-6.1.9/arch/x86/include/asm/ |
D | apic.h | 320 int (*check_phys_apicid_present)(int phys_apicid); member
|
/linux-6.1.9/arch/x86/kernel/ |
D | smpboot.c | 1334 if (!apic->check_phys_apicid_present(boot_cpu_physical_apicid)) { in smp_sanity_check()
|