Searched refs:IPI_CALL_FUNC (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/hexagon/include/asm/
H A Dsmp.h18 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
/linux-master/arch/csky/kernel/
H A Dsmp.c33 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
60 if (ops & (1 << IPI_CALL_FUNC)) {
61 stats[IPI_CALL_FUNC]++;
103 [IPI_CALL_FUNC] = "Function call interrupts",
125 send_ipi_message(mask, IPI_CALL_FUNC);
130 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); local
/linux-master/arch/riscv/kernel/
H A Dsmp.c31 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
122 case IPI_CALL_FUNC:
210 [IPI_CALL_FUNC] = "Function call interrupts",
232 send_ipi_mask(mask, IPI_CALL_FUNC);
237 send_ipi_single(cpu, IPI_CALL_FUNC);
/linux-master/arch/hexagon/kernel/
H A Dsmp.c51 case IPI_CALL_FUNC:
231 send_ipi(cpumask_of(cpu), IPI_CALL_FUNC); local
236 send_ipi(mask, IPI_CALL_FUNC);
/linux-master/arch/parisc/kernel/
H A Dsmp.c69 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
155 case IPI_CALL_FUNC:
156 smp_debug(100, KERN_DEBUG "CPU%d IPI_CALL_FUNC\n", this_cpu);
260 send_IPI_mask(mask, IPI_CALL_FUNC);
265 send_IPI_single(cpu, IPI_CALL_FUNC);
/linux-master/arch/arc/kernel/
H A Dsmp.c238 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
306 ipi_send_msg_one(cpu, IPI_CALL_FUNC);
311 ipi_send_msg(mask, IPI_CALL_FUNC);
331 case IPI_CALL_FUNC:
/linux-master/arch/openrisc/kernel/
H A Dsmp.c36 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
160 case IPI_CALL_FUNC:
210 smp_cross_call(mask, IPI_CALL_FUNC);
/linux-master/arch/arm/kernel/
H A Dsmp.c64 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
538 [IPI_CALL_FUNC] = "Function call interrupts",
565 smp_cross_call(mask, IPI_CALL_FUNC);
575 smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC); local
654 case IPI_CALL_FUNC:
/linux-master/arch/xtensa/kernel/
H A Dsmp.c353 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
387 send_ipi_message(mask, IPI_CALL_FUNC);
392 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); local
429 if (msg & (1 << IPI_CALL_FUNC)) {
430 ++ipi->ipi_count[IPI_CALL_FUNC];
/linux-master/arch/alpha/kernel/
H A Dsmp.c64 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
536 case IPI_CALL_FUNC:
585 send_ipi_message(mask, IPI_CALL_FUNC);
590 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); local
/linux-master/arch/arm64/kernel/
H A Dsmp.c72 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
765 [IPI_CALL_FUNC] = "Function call interrupts",
794 smp_cross_call(mask, IPI_CALL_FUNC);
799 smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC); local
899 case IPI_CALL_FUNC:

Completed in 221 milliseconds