Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dapic.h495 extern int default_check_phys_apicid_present(int phys_apicid);
625 default_check_phys_apicid_present(int phys_apicid) in default_check_phys_apicid_present() function
631 extern int default_check_phys_apicid_present(int phys_apicid);
/arch/x86/kernel/apic/
Dapic_flat_64.c204 .check_phys_apicid_present = default_check_phys_apicid_present,
363 .check_phys_apicid_present = default_check_phys_apicid_present,
Dapic_noop.c151 .check_phys_apicid_present = default_check_phys_apicid_present,
Dx2apic_phys.c150 .check_phys_apicid_present = default_check_phys_apicid_present,
Dprobe_32.c117 .check_phys_apicid_present = default_check_phys_apicid_present,
Dapic_numachip.c271 .check_phys_apicid_present = default_check_phys_apicid_present,
Dx2apic_cluster.c237 .check_phys_apicid_present = default_check_phys_apicid_present,
Dx2apic_uv_x.c380 .check_phys_apicid_present = default_check_phys_apicid_present,
/arch/x86/kernel/
Dsetup.c139 int default_check_phys_apicid_present(int phys_apicid) in default_check_phys_apicid_present() function