/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | init.c | 22 DEFINE_APIC_CALL(send_IPI); variable 49 apply_override(send_IPI); in restore_override_callbacks() 70 update_call(send_IPI); in update_static_calls()
|
H A D | apic_flat_64.c | 100 .send_IPI = default_send_IPI_single, 172 .send_IPI = default_send_IPI_single_phys,
|
H A D | apic_numachip.c | 239 .send_IPI = numachip_send_IPI_one, 276 .send_IPI = numachip_send_IPI_one,
|
H A D | apic_noop.c | 64 .send_IPI = noop_send_IPI,
|
H A D | probe_32.c | 54 .send_IPI = default_send_IPI_single,
|
H A D | bigsmp_32.c | 99 .send_IPI = default_send_IPI_single_phys,
|
H A D | x2apic_phys.c | 163 .send_IPI = x2apic_send_IPI,
|
H A D | x2apic_cluster.c | 248 .send_IPI = x2apic_send_IPI,
|
H A D | x2apic_uv_x.c | 822 .send_IPI = uv_send_IPI_one,
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | ipi.c | 71 apic->send_IPI(cpu, RESCHEDULE_VECTOR); in native_smp_send_reschedule() 76 apic->send_IPI(cpu, CALL_FUNCTION_SINGLE_VECTOR); in native_send_call_func_single_ipi() 304 /* must come after the send_IPI functions above for inlining */
|
H A D | apic_flat_64.c | 137 .send_IPI = default_send_IPI_single, 230 .send_IPI = default_send_IPI_single_phys,
|
H A D | apic_numachip.c | 270 .send_IPI = numachip_send_IPI_one, 319 .send_IPI = numachip_send_IPI_one,
|
H A D | apic_noop.c | 123 .send_IPI = noop_send_IPI,
|
H A D | x2apic_phys.c | 187 .send_IPI = x2apic_send_IPI,
|
H A D | probe_32.c | 94 .send_IPI = default_send_IPI_single,
|
H A D | bigsmp_32.c | 152 .send_IPI = default_send_IPI_single_phys,
|
H A D | x2apic_cluster.c | 210 .send_IPI = x2apic_send_IPI,
|
H A D | vector.c | 827 apic->send_IPI(apicd->cpu, apicd->vector); in apic_retrigger_irq() 921 apic->send_IPI(cpu, IRQ_MOVE_CLEANUP_VECTOR); in __send_cleanup_vector()
|
H A D | x2apic_uv_x.c | 850 .send_IPI = uv_send_IPI_one,
|
/kernel/linux/linux-5.10/arch/x86/hyperv/ |
H A D | hv_apic.c | 216 orig_apic.send_IPI(cpu, vector); in hv_send_ipi() 264 apic->send_IPI = hv_send_ipi; in hv_apic_init()
|
H A D | hv_spinlock.c | 23 apic->send_IPI(cpu, X86_PLATFORM_IPI_VECTOR); in hv_qlock_kick()
|
/kernel/linux/linux-6.6/arch/x86/hyperv/ |
H A D | hv_apic.c | 257 orig_apic.send_IPI(cpu, vector); in hv_send_ipi() 298 apic_update_callback(send_IPI, hv_send_ipi); in hv_apic_init()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | apic.h | 268 void (*send_IPI)(int cpu, int vector); member 317 void (*send_IPI)(int cpu, int vector); member 384 DECLARE_APIC_CALL(send_IPI); variable
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | apic.h | 293 void (*send_IPI)(int cpu, int vector); member
|