Searched defs:IPI_CALL_FUNC (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/hexagon/include/asm/
H A Dsmp.h18 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
/linux-master/arch/hexagon/kernel/
H A Dsmp.c231 send_ipi(cpumask_of(cpu), IPI_CALL_FUNC); local
/linux-master/arch/parisc/kernel/
H A Dsmp.c69 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
/linux-master/arch/riscv/kernel/
H A Dsmp.c31 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
/linux-master/arch/csky/kernel/
H A Dsmp.c33 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
130 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); local
/linux-master/arch/openrisc/kernel/
H A Dsmp.c36 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
/linux-master/arch/arc/kernel/
H A Dsmp.c238 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
/linux-master/arch/alpha/kernel/
H A Dsmp.c64 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
590 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); local
/linux-master/arch/arm/kernel/
H A Dsmp.c64 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
575 smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC); local
/linux-master/arch/xtensa/kernel/
H A Dsmp.c353 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
392 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); local
/linux-master/arch/arm64/kernel/
H A Dsmp.c72 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
799 smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC); local

Completed in 165 milliseconds