Searched refs:inquire_remote_apic (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 144 .inquire_remote_apic = default_inquire_remote_apic, 237 .inquire_remote_apic = default_inquire_remote_apic,
|
D | apic_numachip.c | 278 .inquire_remote_apic = NULL, /* REMRD not supported */ 327 .inquire_remote_apic = NULL, /* REMRD not supported */
|
D | apic_noop.c | 132 .inquire_remote_apic = NULL,
|
D | bigsmp_32.c | 159 .inquire_remote_apic = default_inquire_remote_apic,
|
D | probe_32.c | 101 .inquire_remote_apic = default_inquire_remote_apic,
|
D | x2apic_phys.c | 191 .inquire_remote_apic = NULL,
|
D | x2apic_cluster.c | 217 .inquire_remote_apic = NULL,
|
D | x2apic_uv_x.c | 852 .inquire_remote_apic = NULL,
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
D | apic.c | 180 .inquire_remote_apic = xen_silent_inquire,
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | apic.h | 333 void (*inquire_remote_apic)(int apicid); member
|