Searched refs:IPI_IRQ_WORK (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/csky/kernel/
H A Dsmp.c34 IPI_IRQ_WORK, enumerator in enum:ipi_message_type
65 if (ops & (1 << IPI_IRQ_WORK)) {
66 stats[IPI_IRQ_WORK]++;
104 [IPI_IRQ_WORK] = "Irq work interrupts",
151 send_ipi_message(cpumask_of(smp_processor_id()), IPI_IRQ_WORK);
/linux-master/arch/riscv/kernel/
H A Dsmp.c34 IPI_IRQ_WORK, enumerator in enum:ipi_message_type
110 send_ipi_single(smp_processor_id(), IPI_IRQ_WORK); local
131 case IPI_IRQ_WORK:
213 [IPI_IRQ_WORK] = "IRQ work interrupts",
/linux-master/arch/arm/kernel/
H A Dsmp.c66 IPI_IRQ_WORK, enumerator in enum:ipi_msg_type
540 [IPI_IRQ_WORK] = "IRQ work interrupts",
582 smp_cross_call(cpumask_of(smp_processor_id()), IPI_IRQ_WORK);
663 case IPI_IRQ_WORK:
/linux-master/arch/arm64/kernel/
H A Dsmp.c76 IPI_IRQ_WORK, enumerator in enum:ipi_msg_type
769 [IPI_IRQ_WORK] = "IRQ work interrupts",
805 smp_cross_call(cpumask_of(smp_processor_id()), IPI_IRQ_WORK);
922 case IPI_IRQ_WORK:

Completed in 142 milliseconds