Searched refs:ipi_send (Results 1 – 8 of 8) sorted by relevance
/openbmc/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()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | smp.c | 282 if (plat_smp_ops.ipi_send && !old) in ipi_send_msg_one() 283 plat_smp_ops.ipi_send(cpu); in ipi_send_msg_one()
|
H A D | mcip.c | 174 .ipi_send = mcip_ipi_send,
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | smp.h | 61 void (*ipi_send)(int cpu); member
|
/openbmc/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()
|
H A D | mtk_vcodec_fw_scp.c | 52 .ipi_send = mtk_vcodec_scp_ipi_send,
|
H A D | mtk_vcodec_fw_vpu.c | 82 .ipi_send = mtk_vcodec_vpu_ipi_send,
|