Searched refs:ipi_send (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/parisc/kernel/ |
| H A D | smp.c | 197 ipi_send(int cpu, enum ipi_message_type op) in ipi_send() function 215 ipi_send(cpu, op); in send_IPI_mask() 223 ipi_send(dest_cpu, op); in send_IPI_single()
|
| /linux/arch/arc/kernel/ |
| H A D | smp.c | 277 if (plat_smp_ops.ipi_send && !old) in ipi_send_msg_one() 278 plat_smp_ops.ipi_send(cpu); in ipi_send_msg_one()
|
| H A D | mcip.c | 174 .ipi_send = mcip_ipi_send,
|
| /linux/arch/arc/include/asm/ |
| H A D | smp.h | 61 void (*ipi_send)(int cpu); member
|
| /linux/drivers/media/platform/mediatek/vcodec/common/ |
| H A D | mtk_vcodec_fw_priv.h | 27 int (*ipi_send)(struct mtk_vcodec_fw *fw, int id, void *buf, member
|
| H A D | mtk_vcodec_fw.c | 70 return fw->ops->ipi_send(fw, id, buf, len, wait); in mtk_vcodec_fw_ipi_send()
|
| /linux/Documentation/tools/rtla/ |
| H A D | common_options.txt | 99 --on-threshold shell,command="grep ipi_send |tracer|\_trace.txt" 103 lines that contain the text "ipi_send" on standard output, and send signal 2
|
| /linux/arch/loongarch/kvm/intc/ |
| H A D | ipi.c | 25 static void ipi_send(struct kvm *kvm, uint64_t data) in ipi_send() function 266 ipi_send(vcpu->kvm, data); in loongarch_ipi_writel()
|