Searched refs:IPI_CALL_FUNC (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/csky/kernel/ |
| H A D | smp.c | 33 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()
|
| /linux/arch/arc/kernel/ |
| H A D | smp.c | 240 IPI_CALL_FUNC, enumerator 308 ipi_send_msg_one(cpu, IPI_CALL_FUNC); in arch_send_call_function_single_ipi() 313 ipi_send_msg(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask() 333 case IPI_CALL_FUNC: in __do_IPI()
|
| /linux/arch/hexagon/kernel/ |
| H A D | smp.c | 51 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()
|
| /linux/arch/hexagon/include/asm/ |
| H A D | smp.h | 18 IPI_CALL_FUNC, enumerator
|
| /linux/arch/alpha/kernel/ |
| H A D | smp.c | 65 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()
|
| /linux/arch/arm64/kernel/ |
| H A D | smp.c | 826 [IPI_CALL_FUNC] = "Function call interrupts", 856 smp_cross_call(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask() 861 smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi() 1006 case IPI_CALL_FUNC: in do_handle_IPI()
|