Home
last modified time | relevance | path

Searched defs:send_ipi_single (Results 1 – 3 of 3) 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/loongarch/include/asm/
H A Dsmp.h19 void (*send_ipi_single)(int cpu, unsigned int action); member
/linux/arch/riscv/kernel/
H A Dsmp.c109 static void send_ipi_single(int cpu, enum ipi_message_type op) in send_ipi_single() function