Home
last modified time | relevance | path

Searched refs:ipi_send_single (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/kernel/irq/
H A Dipi.c194 if (!chip->ipi_send_single && !chip->ipi_send_mask) in ipi_send_verify()
235 if (!chip->ipi_send_single) { in __ipi_send_single()
248 chip->ipi_send_single(data, cpu); in __ipi_send_single()
290 chip->ipi_send_single(data, cpu); in __ipi_send_mask()
294 chip->ipi_send_single(data, cpu); in __ipi_send_mask()
300 * ipi_send_single - Send an IPI to a single CPU
307 int ipi_send_single(unsigned int virq, unsigned int cpu) in ipi_send_single() function
318 EXPORT_SYMBOL_GPL(ipi_send_single); variable
/kernel/linux/linux-6.6/kernel/irq/
H A Dipi.c196 if (!chip->ipi_send_single && !chip->ipi_send_mask) in ipi_send_verify()
241 if (!chip->ipi_send_single) { in __ipi_send_single()
254 chip->ipi_send_single(data, cpu); in __ipi_send_single()
296 chip->ipi_send_single(data, cpu); in __ipi_send_mask()
300 chip->ipi_send_single(data, cpu); in __ipi_send_mask()
306 * ipi_send_single - Send an IPI to a single CPU
313 int ipi_send_single(unsigned int virq, unsigned int cpu) in ipi_send_single() function
324 EXPORT_SYMBOL_GPL(ipi_send_single); variable
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-mips-cpu.c123 .ipi_send_single = mips_mt_send_ipi,
H A Dirq-mips-gic.c306 .ipi_send_single = gic_send_ipi,
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-mips-cpu.c123 .ipi_send_single = mips_mt_send_ipi,
H A Dirq-mips-gic.c307 .ipi_send_single = gic_send_ipi,
/kernel/linux/linux-5.10/include/linux/
H A Dirq.h497 * @ipi_send_single: send a single IPI to destination cpus
546 void (*ipi_send_single)(struct irq_data *data, unsigned int cpu); member
1252 int ipi_send_single(unsigned int virq, unsigned int cpu);
/kernel/linux/linux-6.6/include/linux/
H A Dirq.h495 * @ipi_send_single: send a single IPI to destination cpus
544 void (*ipi_send_single)(struct irq_data *data, unsigned int cpu); member
1261 int ipi_send_single(unsigned int virq, unsigned int cpu);

Completed in 9 milliseconds