Home
last modified time | relevance | path

Searched defs:send_ipi_single (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/include/asm/
H A Dsmp-ops.h23 void (*send_ipi_single)(int cpu, unsigned int action); member
/linux/arch/riscv/kernel/
H A Dsmp.c102 static void send_ipi_single(int cpu, enum ipi_message_type op) in send_ipi_single() function