Searched refs:send_IPI_allbutself (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/arch/x86/kernel/ |
D | smp.c | 153 apic->send_IPI_allbutself(CALL_FUNCTION_VECTOR); in native_send_call_func_ipi() 214 apic->send_IPI_allbutself(REBOOT_VECTOR); in native_stop_other_cpus() 238 apic->send_IPI_allbutself(NMI_VECTOR); in native_stop_other_cpus()
|
D | reboot.c | 812 apic->send_IPI_allbutself(NMI_VECTOR); in smp_send_nmi_allbutself()
|
D | kvm.c | 535 apic->send_IPI_allbutself = kvm_send_ipi_allbutself; in kvm_setup_pv_ipi()
|
D | kgdb.c | 441 apic->send_IPI_allbutself(APIC_DM_NMI); in kgdb_roundup_cpus()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | smp.c | 155 send_IPI_allbutself (int op) in send_IPI_allbutself() function 204 send_IPI_allbutself(IPI_KDUMP_CPU_STOP); in kdump_smp_send_stop() 335 send_IPI_allbutself(IPI_CPU_STOP); in smp_send_stop()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | smp.c | 219 send_IPI_allbutself(enum ipi_message_type op) in send_IPI_allbutself() function 231 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); } in smp_send_stop() 239 send_IPI_allbutself(IPI_NOP); in smp_send_all_nop()
|
/Linux-v4.19/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 175 .send_IPI_allbutself = flat_send_IPI_allbutself, 278 .send_IPI_allbutself = physflat_send_IPI_allbutself,
|
D | apic_numachip.c | 273 .send_IPI_allbutself = numachip_send_IPI_allbutself, 322 .send_IPI_allbutself = numachip_send_IPI_allbutself,
|
D | apic_noop.c | 141 .send_IPI_allbutself = noop_send_IPI_allbutself,
|
D | bigsmp_32.c | 179 .send_IPI_allbutself = bigsmp_send_IPI_allbutself,
|
D | x2apic_phys.c | 172 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
|
D | probe_32.c | 133 .send_IPI_allbutself = default_send_IPI_allbutself,
|
D | x2apic_cluster.c | 212 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
|
D | x2apic_uv_x.c | 693 .send_IPI_allbutself = uv_send_IPI_allbutself,
|
/Linux-v4.19/arch/x86/xen/ |
D | apic.c | 185 .send_IPI_allbutself = xen_send_IPI_allbutself,
|
/Linux-v4.19/arch/x86/hyperv/ |
D | hv_apic.c | 253 apic->send_IPI_allbutself = hv_send_ipi_allbutself; in hv_apic_init()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | apic.h | 298 void (*send_IPI_allbutself)(int vector); member
|