Searched refs:check_phys_apicid_present (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/apic/ |
A 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,
|
A D | apic_numachip.c | 260 .check_phys_apicid_present = default_check_phys_apicid_present, 307 .check_phys_apicid_present = default_check_phys_apicid_present,
|
A D | apic_noop.c | 110 .check_phys_apicid_present = default_check_phys_apicid_present,
|
A D | bigsmp_32.c | 141 .check_phys_apicid_present = bigsmp_check_phys_apicid_present,
|
A D | probe_32.c | 83 .check_phys_apicid_present = default_check_phys_apicid_present,
|
A D | x2apic_phys.c | 174 .check_phys_apicid_present = default_check_phys_apicid_present,
|
A D | x2apic_cluster.c | 215 .check_phys_apicid_present = default_check_phys_apicid_present,
|
A D | x2apic_uv_x.c | 848 .check_phys_apicid_present = default_check_phys_apicid_present,
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | apic.c | 161 .check_phys_apicid_present = default_check_phys_apicid_present, /* smp_sanity_check needs it */
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | apic.h | 320 int (*check_phys_apicid_present)(int phys_apicid); member
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | smpboot.c | 1336 if (!apic->check_phys_apicid_present(boot_cpu_physical_apicid)) { in smp_sanity_check()
|
Completed in 17 milliseconds