Home
last modified time | relevance | path

Searched refs:send_IPI_single (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/ia64/kernel/
Dsmp.c145 send_IPI_single (int dest_cpu, int op) in send_IPI_single() function
161 send_IPI_single(i, op); in send_IPI_allbutself()
174 send_IPI_single(cpu, op); in send_IPI_mask()
187 send_IPI_single(i, op); in send_IPI_all()
197 send_IPI_single(smp_processor_id(), op); in send_IPI_self()
321 send_IPI_single(cpu, IPI_CALL_FUNC_SINGLE); in arch_send_call_function_single_ipi()
/Linux-v4.19/arch/parisc/kernel/
Dsmp.c211 send_IPI_single(int dest_cpu, enum ipi_message_type op) in send_IPI_single() function
225 send_IPI_single(i, op); in send_IPI_allbutself()
234 smp_send_reschedule(int cpu) { send_IPI_single(cpu, IPI_RESCHEDULE); } in smp_send_reschedule()
249 send_IPI_single(cpu, IPI_CALL_FUNC); in arch_send_call_function_single_ipi()