Searched refs:inquire_remote_apic (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 195 .inquire_remote_apic = default_inquire_remote_apic, 303 .inquire_remote_apic = default_inquire_remote_apic,
|
D | apic_noop.c | 156 .inquire_remote_apic = NULL,
|
D | x2apic_phys.c | 130 .inquire_remote_apic = NULL,
|
D | bigsmp_32.c | 190 .inquire_remote_apic = default_inquire_remote_apic,
|
D | probe_32.c | 115 .inquire_remote_apic = default_inquire_remote_apic,
|
D | apic_numachip.c | 239 .inquire_remote_apic = NULL, /* REMRD not supported */
|
D | x2apic_cluster.c | 276 .inquire_remote_apic = NULL,
|
D | x2apic_uv_x.c | 418 .inquire_remote_apic = NULL,
|
/linux-4.1.27/arch/x86/xen/ |
D | apic.c | 178 .inquire_remote_apic = xen_silent_inquire,
|
/linux-4.1.27/arch/x86/include/asm/ |
D | apic.h | 317 void (*inquire_remote_apic)(int apicid); member
|