Home
last modified time | relevance | path

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

/openbmc/linux/arch/csky/kernel/
H 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()
/openbmc/linux/arch/riscv/kernel/
H A Dsmp.c31 IPI_CALL_FUNC, enumerator
122 case IPI_CALL_FUNC: in handle_IPI()
210 [IPI_CALL_FUNC] = "Function call interrupts",
232 send_ipi_mask(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
237 send_ipi_single(cpu, IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
/openbmc/linux/arch/arc/kernel/
H A Dsmp.c243 IPI_CALL_FUNC, enumerator
311 ipi_send_msg_one(cpu, IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
316 ipi_send_msg(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
336 case IPI_CALL_FUNC: in __do_IPI()
/openbmc/linux/arch/hexagon/kernel/
H A Dsmp.c51 case IPI_CALL_FUNC: in __handle_ipi()
235 send_ipi(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
240 send_ipi(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
/openbmc/linux/arch/parisc/kernel/
H 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()
/openbmc/linux/arch/ia64/kernel/
H A Dsmp.c62 #define IPI_CALL_FUNC 0 macro
115 case IPI_CALL_FUNC: in handle_IPI()
325 send_IPI_mask(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
/openbmc/linux/arch/xtensa/kernel/
H 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()
/openbmc/linux/arch/openrisc/kernel/
H A Dsmp.c36 IPI_CALL_FUNC, enumerator
164 case IPI_CALL_FUNC: in handle_IPI()
214 smp_cross_call(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
/openbmc/linux/arch/arm/kernel/
H A Dsmp.c64 IPI_CALL_FUNC, enumerator
538 [IPI_CALL_FUNC] = "Function call interrupts",
565 smp_cross_call(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
575 smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
654 case IPI_CALL_FUNC: in do_handle_IPI()
/openbmc/linux/arch/arm64/kernel/
H A Dsmp.c70 IPI_CALL_FUNC, enumerator
764 [IPI_CALL_FUNC] = "Function call interrupts",
794 smp_cross_call(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
799 smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
874 case IPI_CALL_FUNC: in do_handle_IPI()
/openbmc/linux/arch/alpha/kernel/
H A Dsmp.c64 IPI_CALL_FUNC, enumerator
541 case IPI_CALL_FUNC: in handle_ipi()
590 send_ipi_message(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
595 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
/openbmc/linux/arch/hexagon/include/asm/
H A Dsmp.h18 IPI_CALL_FUNC, enumerator