Searched refs:default_check_phys_apicid_present (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/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_common.c | 38 int default_check_phys_apicid_present(int phys_apicid) in default_check_phys_apicid_present() function
|
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 | 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-v6.1/arch/x86/xen/ |
D | apic.c | 161 .check_phys_apicid_present = default_check_phys_apicid_present, /* smp_sanity_check needs it */
|
/Linux-v6.1/arch/x86/include/asm/ |
D | apic.h | 506 extern int default_check_phys_apicid_present(int phys_apicid);
|