Symbol: IPI_CALL_FUNC
arch/alpha/kernel/smp.c
537
case IPI_CALL_FUNC:
arch/alpha/kernel/smp.c
586
send_ipi_message(mask, IPI_CALL_FUNC);
arch/alpha/kernel/smp.c
591
send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC);
arch/arc/kernel/smp.c
306
ipi_send_msg_one(cpu, IPI_CALL_FUNC);
arch/arc/kernel/smp.c
311
ipi_send_msg(mask, IPI_CALL_FUNC);
arch/arc/kernel/smp.c
331
case IPI_CALL_FUNC:
arch/arm/kernel/smp.c
538
[IPI_CALL_FUNC] = "Function call interrupts",
arch/arm/kernel/smp.c
566
smp_cross_call(mask, IPI_CALL_FUNC);
arch/arm/kernel/smp.c
576
smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC);
arch/arm/kernel/smp.c
655
case IPI_CALL_FUNC:
arch/arm64/kernel/smp.c
818
[IPI_CALL_FUNC] = "Function call interrupts",
arch/arm64/kernel/smp.c
849
smp_cross_call(mask, IPI_CALL_FUNC);
arch/arm64/kernel/smp.c
854
smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC);
arch/arm64/kernel/smp.c
970
case IPI_CALL_FUNC:
arch/csky/kernel/smp.c
103
[IPI_CALL_FUNC] = "Function call interrupts",
arch/csky/kernel/smp.c
125
send_ipi_message(mask, IPI_CALL_FUNC);
arch/csky/kernel/smp.c
130
send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC);
arch/csky/kernel/smp.c
60
if (ops & (1 << IPI_CALL_FUNC)) {
arch/csky/kernel/smp.c
61
stats[IPI_CALL_FUNC]++;
arch/hexagon/kernel/smp.c
231
send_ipi(cpumask_of(cpu), IPI_CALL_FUNC);
arch/hexagon/kernel/smp.c
236
send_ipi(mask, IPI_CALL_FUNC);
arch/hexagon/kernel/smp.c
51
case IPI_CALL_FUNC:
arch/openrisc/kernel/smp.c
171
case IPI_CALL_FUNC:
arch/openrisc/kernel/smp.c
230
smp_cross_call(mask, IPI_CALL_FUNC);
arch/parisc/kernel/smp.c
155
case IPI_CALL_FUNC:
arch/parisc/kernel/smp.c
260
send_IPI_mask(mask, IPI_CALL_FUNC);
arch/parisc/kernel/smp.c
265
send_IPI_single(cpu, IPI_CALL_FUNC);
arch/riscv/kernel/smp.c
141
case IPI_CALL_FUNC:
arch/riscv/kernel/smp.c
239
send_ipi_mask(mask, IPI_CALL_FUNC);
arch/riscv/kernel/smp.c
244
send_ipi_single(cpu, IPI_CALL_FUNC);
arch/riscv/kernel/smp.c
45
[IPI_CALL_FUNC] = "Function call interrupts",
arch/xtensa/kernel/smp.c
387
send_ipi_message(mask, IPI_CALL_FUNC);
arch/xtensa/kernel/smp.c
392
send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC);
arch/xtensa/kernel/smp.c
429
if (msg & (1 << IPI_CALL_FUNC)) {
arch/xtensa/kernel/smp.c
430
++ipi->ipi_count[IPI_CALL_FUNC];