Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dapic.h466 extern int default_check_phys_apicid_present(int phys_apicid);
620 default_check_phys_apicid_present(int phys_apicid) in default_check_phys_apicid_present() function
626 extern int default_check_phys_apicid_present(int phys_apicid);
/linux-4.4.14/arch/x86/kernel/apic/
Dapic_flat_64.c179 .check_phys_apicid_present = default_check_phys_apicid_present,
286 .check_phys_apicid_present = default_check_phys_apicid_present,
Dapic_numachip.c267 .check_phys_apicid_present = default_check_phys_apicid_present,
318 .check_phys_apicid_present = default_check_phys_apicid_present,
Dapic_noop.c137 .check_phys_apicid_present = default_check_phys_apicid_present,
Dx2apic_phys.c116 .check_phys_apicid_present = default_check_phys_apicid_present,
Dprobe_32.c99 .check_phys_apicid_present = default_check_phys_apicid_present,
Dx2apic_cluster.c260 .check_phys_apicid_present = default_check_phys_apicid_present,
Dx2apic_uv_x.c400 .check_phys_apicid_present = default_check_phys_apicid_present,
/linux-4.4.14/arch/x86/xen/
Dapic.c167 .check_phys_apicid_present = default_check_phys_apicid_present, /* smp_sanity_check needs it */
/linux-4.4.14/arch/x86/kernel/
Dsetup.c140 int default_check_phys_apicid_present(int phys_apicid) in default_check_phys_apicid_present() function