Home
last modified time | relevance | path

Searched refs:IPL_SOFTINT (Results 1 – 15 of 15) sorted by relevance

/openbsd/sys/arch/m88k/include/
H A Dintr.h87 #define splsoftassert(wantipl) splassert(IPL_SOFTINT)
95 #define splsoftclock() splraise(IPL_SOFTINT)
96 #define splsoftnet() splraise(IPL_SOFTINT)
/openbsd/sys/arch/alpha/include/
H A Dintr.h111 #define IPL_SOFTINT ALPHA_PSL_IPL_SOFT macro
163 #define splsoftassert(wantipl) splassert(IPL_SOFTINT)
177 #define splsoft() splraise(IPL_SOFTINT)
/openbsd/sys/arch/luna88k/include/
H A Dintr.h37 #define IPL_SOFTINT 1 macro
/openbsd/sys/arch/sparc64/sparc64/
H A Dipifuncs.c248 sun4v_send_ipi(ci->ci_itid, ipi_softint, 1 << IPL_SOFTINT, 0); in cpu_unidle()
250 sun4u_send_ipi(ci->ci_itid, ipi_softint, 1 << IPL_SOFTINT, 0); in cpu_unidle()
/openbsd/sys/arch/loongson/loongson/
H A Disa_machdep.c97 if (ci->ci_softpending != 0 && newipl < IPL_SOFTINT) in loongson_isa_splx()
H A Dloongson3_intr.c362 if (ci->ci_softpending != 0 && newipl < IPL_SOFTINT) in loongson3_splx()
/openbsd/sys/arch/sparc64/include/
H A Dintr.h70 #define IPL_SOFTINT 1 /* softint */ macro
/openbsd/sys/arch/loongson/include/
H A Dintr.h50 #define IPL_SOFTINT 1 /* soft interrupts */ macro
/openbsd/sys/arch/octeon/include/
H A Dintr.h50 #define IPL_SOFTINT 1 /* soft interrupts */ macro
/openbsd/sys/arch/mips64/mips64/
H A Dinterrupt.c141 if (ci->ci_ipl < IPL_SOFTINT && ci->ci_softpending != 0) { in interrupt()
/openbsd/sys/arch/m88k/m88k/
H A Dm88k_machdep.c351 s = setipl(IPL_SOFTINT); in spl0()
/openbsd/sys/arch/octeon/dev/
H A Doctcit.c496 if (ci->ci_softpending != 0 && newipl < IPL_SOFTINT) in octcit_splx()
H A Doctciu.c595 if (ci->ci_softpending != 0 && newipl < IPL_SOFTINT) in octciu_splx()
/openbsd/sys/arch/luna88k/luna88k/
H A Dmachdep.c831 while (cur_int_level == IPL_SOFTINT) { in luna88k_ext_int()
/openbsd/sys/arch/loongson/dev/
H A Dbonito.c494 if (ci->ci_softpending != 0 && newipl < IPL_SOFTINT) in bonito_splx()