Searched refs:IPI_HALT (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/arch/powerpc/pic/
H A Dipivar.h54 #define IPI_HALT 0x0001 macro
H A Dipi.c82 if (ipi & IPI_HALT) {
/netbsd-current/sys/arch/mips/mips/
H A Dipifuncs.c61 [IPI_HALT] = "ipi halt",
143 if (ipi_mask & __BIT(IPI_HALT)) {
144 ci->ci_evcnt_per_ipi[IPI_HALT].ev_count++;
H A Dcpu_subr.c741 cpu_multicast_ipi(kcp, IPI_HALT);
/netbsd-current/sys/arch/riscv/riscv/
H A Dipifuncs.c54 [IPI_HALT] = "ipi halt",
115 if (ipi_mask & __BIT(IPI_HALT)) {
116 ci->ci_evcnt_per_ipi[IPI_HALT].ev_count++;
H A Dcpu_subr.c272 cpu_multicast_ipi(kcp, IPI_HALT);
/netbsd-current/sys/arch/riscv/include/
H A Dintr.h75 #define IPI_HALT 4 /* halt cpu */ macro
/netbsd-current/sys/arch/mips/include/
H A Dintr.h75 #define IPI_HALT 6 /* halt cpu */ macro
/netbsd-current/sys/arch/powerpc/include/booke/
H A Dintr.h72 #define IPI_HALT 0x0001 macro
/netbsd-current/sys/arch/mips/cavium/
H A Docteon_intr.c192 [IPI_HALT] = IPL_HIGH,
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dpowerpc_machdep.c625 cpu_multicast_ipi(cpuset, IPI_HALT);
/netbsd-current/sys/arch/powerpc/booke/
H A De500_intr.c1351 [ilog2(IPI_HALT)] = e500_ipi_halt,

Completed in 377 milliseconds