Home
last modified time | relevance | path

Searched refs:send_ipi_message (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/xtensa/kernel/
Dsmp.c352 static void send_ipi_message(const struct cpumask *callmask, in send_ipi_message() function
367 send_ipi_message(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
372 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
377 send_ipi_message(cpumask_of(cpu), IPI_RESCHEDULE); in smp_send_reschedule()
386 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop()
/linux-4.1.27/arch/alpha/kernel/
Dsmp.c509 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message() function
580 send_ipi_message(cpumask_of(cpu), IPI_RESCHEDULE); in smp_send_reschedule()
593 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop()
598 send_ipi_message(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
603 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
/linux-4.1.27/arch/metag/kernel/
Dsmp.c437 static void send_ipi_message(const struct cpumask *mask, enum ipi_msg_type msg) in send_ipi_message() function
488 send_ipi_message(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
493 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
559 send_ipi_message(cpumask_of(cpu), IPI_RESCHEDULE); in smp_send_reschedule()