Home
last modified time | relevance | path

Searched refs:IPI_CALL_FUNC (Results 1 – 12 of 12) sorted by relevance

/arch/csky/kernel/
A Dsmp.c33 IPI_CALL_FUNC, enumerator
60 if (ops & (1 << IPI_CALL_FUNC)) { in handle_ipi()
61 stats[IPI_CALL_FUNC]++; in handle_ipi()
103 [IPI_CALL_FUNC] = "Function call interrupts",
125 send_ipi_message(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
130 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
/arch/riscv/kernel/
A Dsmp.c33 IPI_CALL_FUNC, enumerator
130 case IPI_CALL_FUNC: in handle_IPI()
215 [IPI_CALL_FUNC] = "Function call interrupts",
239 send_ipi_mask(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
244 send_ipi_single(cpu, IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
/arch/arc/kernel/
A Dsmp.c238 IPI_CALL_FUNC, enumerator
306 ipi_send_msg_one(cpu, IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
311 ipi_send_msg(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
331 case IPI_CALL_FUNC: in __do_IPI()
/arch/hexagon/kernel/
A Dsmp.c51 case IPI_CALL_FUNC: in __handle_ipi()
231 send_ipi(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
236 send_ipi(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
/arch/parisc/kernel/
A Dsmp.c69 IPI_CALL_FUNC, enumerator
155 case IPI_CALL_FUNC: in ipi_interrupt()
260 send_IPI_mask(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
265 send_IPI_single(cpu, IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
/arch/openrisc/kernel/
A Dsmp.c36 IPI_CALL_FUNC, enumerator
160 case IPI_CALL_FUNC: in handle_IPI()
210 smp_cross_call(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
/arch/xtensa/kernel/
A Dsmp.c353 IPI_CALL_FUNC, enumerator
387 send_ipi_message(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
392 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
429 if (msg & (1 << IPI_CALL_FUNC)) { in ipi_interrupt()
430 ++ipi->ipi_count[IPI_CALL_FUNC]; in ipi_interrupt()
/arch/hexagon/include/asm/
A Dsmp.h18 IPI_CALL_FUNC, enumerator
/arch/arm/kernel/
A Dsmp.c64 IPI_CALL_FUNC, enumerator
538 [IPI_CALL_FUNC] = "Function call interrupts",
566 smp_cross_call(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
576 smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
655 case IPI_CALL_FUNC: in do_handle_IPI()
/arch/alpha/kernel/
A Dsmp.c65 IPI_CALL_FUNC, enumerator
537 case IPI_CALL_FUNC: in handle_ipi()
586 send_ipi_message(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
591 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
/arch/arm64/include/asm/
A Dsmp.h55 IPI_CALL_FUNC, enumerator
/arch/arm64/kernel/
A Dsmp.c818 [IPI_CALL_FUNC] = "Function call interrupts",
849 smp_cross_call(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
854 smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
970 case IPI_CALL_FUNC: in do_handle_IPI()

Completed in 20 milliseconds