Home
last modified time | relevance | path

Searched refs:IPI_CPU_STOP (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dsmp.c28 IPI_CPU_STOP, enumerator
169 if (ops & (1 << IPI_CPU_STOP)) { in handle_IPI()
170 stats[IPI_CPU_STOP]++; in handle_IPI()
193 [IPI_CPU_STOP] = "CPU stop interrupts",
232 send_ipi_mask(&mask, IPI_CPU_STOP); in smp_send_stop()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dsmp.c63 #define IPI_CPU_STOP 1 macro
112 case IPI_CPU_STOP: in handle_IPI()
334 send_IPI_allbutself(IPI_CPU_STOP); in smp_send_stop()
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dsmp.c253 IPI_CPU_STOP, enumerator
315 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop()
349 case IPI_CPU_STOP: in __do_IPI()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dsmp.c72 IPI_CPU_STOP, enumerator
166 case IPI_CPU_STOP: in ipi_interrupt()
246 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); } in smp_send_stop()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsmp.c344 IPI_CPU_STOP, enumerator
396 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop()
429 if (msg & (1 << IPI_CPU_STOP)) { in ipi_interrupt()
430 ++ipi->ipi_count[IPI_CPU_STOP]; in ipi_interrupt()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsmp.c70 IPI_CPU_STOP, enumerator
535 S(IPI_CPU_STOP, "CPU stop interrupts"),
663 case IPI_CPU_STOP: in do_handle_IPI()
769 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
/OK3568_Linux_fs/kernel/arch/hexagon/kernel/
H A Dsmp.c55 case IPI_CPU_STOP: in __handle_ipi()
230 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsmp.c81 IPI_CPU_STOP, enumerator
805 S(IPI_CPU_STOP, "CPU stop interrupts"),
921 case IPI_CPU_STOP: in do_handle_IPI()
1065 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dsmp.h19 IPI_CPU_STOP, enumerator
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsmp.c65 IPI_CPU_STOP, enumerator
551 case IPI_CPU_STOP: in handle_ipi()
591 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop()