Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/apic/
Dapic_flat_64.c129 .check_phys_apicid_present = default_check_phys_apicid_present,
222 .check_phys_apicid_present = default_check_phys_apicid_present,
Dapic_numachip.c262 .check_phys_apicid_present = default_check_phys_apicid_present,
311 .check_phys_apicid_present = default_check_phys_apicid_present,
Dapic_noop.c114 .check_phys_apicid_present = default_check_phys_apicid_present,
Dbigsmp_32.c144 .check_phys_apicid_present = bigsmp_check_phys_apicid_present,
Dprobe_32.c86 .check_phys_apicid_present = default_check_phys_apicid_present,
Dx2apic_phys.c176 .check_phys_apicid_present = default_check_phys_apicid_present,
Dx2apic_cluster.c202 .check_phys_apicid_present = default_check_phys_apicid_present,
Dx2apic_uv_x.c842 .check_phys_apicid_present = default_check_phys_apicid_present,
/kernel/linux/linux-5.10/arch/x86/xen/
Dapic.c164 .check_phys_apicid_present = default_check_phys_apicid_present, /* smp_sanity_check needs it */
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dapic.h324 int (*check_phys_apicid_present)(int phys_apicid); member
/kernel/linux/linux-5.10/arch/x86/kernel/
Dsmpboot.c1282 if (!apic->check_phys_apicid_present(boot_cpu_physical_apicid)) { in smp_sanity_check()