Home
last modified time | relevance | path

Searched refs:default_check_phys_apicid_present (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dapic.h468 extern int default_check_phys_apicid_present(int phys_apicid);
622 default_check_phys_apicid_present(int phys_apicid) in default_check_phys_apicid_present() function
628 extern int default_check_phys_apicid_present(int phys_apicid);
/linux-4.1.27/arch/x86/kernel/apic/
Dapic_flat_64.c179 .check_phys_apicid_present = default_check_phys_apicid_present,
287 .check_phys_apicid_present = default_check_phys_apicid_present,
Dapic_noop.c137 .check_phys_apicid_present = default_check_phys_apicid_present,
Dx2apic_phys.c114 .check_phys_apicid_present = default_check_phys_apicid_present,
Dprobe_32.c99 .check_phys_apicid_present = default_check_phys_apicid_present,
Dapic_numachip.c222 .check_phys_apicid_present = default_check_phys_apicid_present,
Dx2apic_cluster.c260 .check_phys_apicid_present = default_check_phys_apicid_present,
Dx2apic_uv_x.c401 .check_phys_apicid_present = default_check_phys_apicid_present,
/linux-4.1.27/arch/x86/xen/
Dapic.c161 .check_phys_apicid_present = default_check_phys_apicid_present, /* smp_sanity_check needs it */
/linux-4.1.27/arch/x86/kernel/
Dsetup.c139 int default_check_phys_apicid_present(int phys_apicid) in default_check_phys_apicid_present() function