/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | init.c | 25 DEFINE_APIC_CALL(send_IPI_allbutself); variable 52 apply_override(send_IPI_allbutself); in restore_override_callbacks() 73 update_call(send_IPI_allbutself); in update_static_calls()
|
H A D | apic_flat_64.c | 103 .send_IPI_allbutself = default_send_IPI_allbutself, 175 .send_IPI_allbutself = default_send_IPI_allbutself,
|
H A D | apic_numachip.c | 242 .send_IPI_allbutself = numachip_send_IPI_allbutself, 279 .send_IPI_allbutself = numachip_send_IPI_allbutself,
|
H A D | apic_noop.c | 67 .send_IPI_allbutself = noop_send_IPI_allbutself,
|
H A D | probe_32.c | 57 .send_IPI_allbutself = default_send_IPI_allbutself,
|
H A D | bigsmp_32.c | 102 .send_IPI_allbutself = bigsmp_send_IPI_allbutself,
|
H A D | x2apic_phys.c | 166 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
|
H A D | x2apic_cluster.c | 251 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | smp.c | 228 send_IPI_allbutself(enum ipi_message_type op) in send_IPI_allbutself() function 241 send_IPI_allbutself(IPI_ENTER_KGDB); in kgdb_roundup_cpus() 246 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); } in smp_send_stop() 254 send_IPI_allbutself(IPI_NOP); in smp_send_all_nop()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | smp.c | 154 send_IPI_allbutself (int op) in send_IPI_allbutself() function 203 send_IPI_allbutself(IPI_KDUMP_CPU_STOP); in kdump_smp_send_stop() 334 send_IPI_allbutself(IPI_CPU_STOP); in smp_send_stop()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | smp.c | 154 send_IPI_allbutself (int op) in send_IPI_allbutself() function 203 send_IPI_allbutself(IPI_KDUMP_CPU_STOP); in kdump_smp_send_stop() 334 send_IPI_allbutself(IPI_CPU_STOP); in smp_send_stop()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | smp.c | 227 send_IPI_allbutself(enum ipi_message_type op) in send_IPI_allbutself() function 242 send_IPI_allbutself(IPI_ENTER_KGDB); in kgdb_roundup_cpus() 247 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); } in smp_send_stop() 255 send_IPI_allbutself(IPI_NOP); in smp_send_all_nop()
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | ipi.c | 55 apic->send_IPI_allbutself(vector); in apic_send_IPI_allbutself() 90 apic->send_IPI_allbutself(CALL_FUNCTION_VECTOR); in native_send_call_func_ipi()
|
H A D | apic_flat_64.c | 140 .send_IPI_allbutself = default_send_IPI_allbutself, 233 .send_IPI_allbutself = default_send_IPI_allbutself,
|
H A D | apic_numachip.c | 273 .send_IPI_allbutself = numachip_send_IPI_allbutself, 322 .send_IPI_allbutself = numachip_send_IPI_allbutself,
|
H A D | apic_noop.c | 126 .send_IPI_allbutself = noop_send_IPI_allbutself,
|
H A D | x2apic_phys.c | 190 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
|
H A D | probe_32.c | 97 .send_IPI_allbutself = default_send_IPI_allbutself,
|
H A D | bigsmp_32.c | 155 .send_IPI_allbutself = bigsmp_send_IPI_allbutself,
|
H A D | x2apic_cluster.c | 213 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | apic.h | 271 void (*send_IPI_allbutself)(int vector); member 320 void (*send_IPI_allbutself)(int vector); member 387 DECLARE_APIC_CALL(send_IPI_allbutself); variable
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | apic.c | 175 .send_IPI_allbutself = xen_send_IPI_allbutself,
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | apic.c | 147 .send_IPI_allbutself = xen_send_IPI_allbutself,
|
/kernel/linux/linux-5.10/arch/x86/hyperv/ |
H A D | hv_apic.c | 267 apic->send_IPI_allbutself = hv_send_ipi_allbutself; in hv_apic_init()
|
/kernel/linux/linux-6.6/arch/x86/hyperv/ |
H A D | hv_apic.c | 301 apic_update_callback(send_IPI_allbutself, hv_send_ipi_allbutself); in hv_apic_init()
|