Home
last modified time | relevance | path

Searched refs:ipi_message_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/parisc/kernel/
H A Dsmp.c66 enum ipi_message_type { enum
197 ipi_send(int cpu, enum ipi_message_type op) in ipi_send()
210 send_IPI_mask(const struct cpumask *mask, enum ipi_message_type op) in send_IPI_mask()
219 send_IPI_single(int dest_cpu, enum ipi_message_type op) in send_IPI_single()
227 send_IPI_allbutself(enum ipi_message_type op) in send_IPI_allbutself()
/openbmc/linux/arch/hexagon/include/asm/
H A Dsmp.h15 enum ipi_message_type { enum
23 extern void send_ipi(const struct cpumask *cpumask, enum ipi_message_type msg);
/openbmc/linux/arch/riscv/kernel/
H A Dsmp.c29 enum ipi_message_type { enum
97 static void send_ipi_mask(const struct cpumask *mask, enum ipi_message_type op) in send_ipi_mask()
102 static void send_ipi_single(int cpu, enum ipi_message_type op) in send_ipi_single()
/openbmc/linux/arch/csky/kernel/
H A Dsmp.c30 enum ipi_message_type { enum
89 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message()
/openbmc/linux/arch/hexagon/kernel/
H A Dsmp.c93 void send_ipi(const struct cpumask *cpumask, enum ipi_message_type msg) in send_ipi()
/openbmc/linux/arch/alpha/kernel/
H A Dsmp.c62 enum ipi_message_type { enum
501 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message()