Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/powerpc/powerpc/
H A Dsoftint_machdep.c69 u_int softints; in powerpc_softint() local
76 while ((softints = (ci->ci_data.cpu_softints & softint_mask)) != 0) { in powerpc_softint()
78 if (softints & (1 << IPL_SOFTSERIAL)) { in powerpc_softint()
83 if (softints & (1 << IPL_SOFTNET)) { in powerpc_softint()
88 if (softints & (1 << IPL_SOFTBIO)) { in powerpc_softint()
93 if (softints & (1 << IPL_SOFTCLOCK)) { in powerpc_softint()
99 KASSERT(softints == (1 << IPL_NONE)); in powerpc_softint()
/netbsd-src/sys/arch/riscv/riscv/
H A Dsoftint_machdep.c92 u_int softints = ci->ci_softints & softiplmask; in softint_deliver() local
93 KASSERT((softints != 0) == ((ci->ci_softints >> opl) != 0)); in softint_deliver()
94 KASSERT(opl == IPL_NONE || (softints & (1 << (opl - IPL_SOFTCLOCK))) == 0); in softint_deliver()
95 if (softints == 0) { in softint_deliver()
111 panic("dosoftints wtf (softints=%u?, ipl=%d)", softints, opl); in softint_deliver()
/netbsd-src/sys/arch/mips/mips/
H A Dmips_softint.c99 if (softints & SOFTINT_##level## _MASK) { \
133 u_int softints = ci->ci_softints & mask; in softint_process() local
134 if (softints == 0) in softint_process()
H A Dlocore_mips1.S534 and a0, s1, MIPS_SOFT_INT_MASK # were softints enabled?
537 mfc0 v0, MIPS_COP_0_CAUSE # grab the pending softints
539 and a0, v0 # are softints pending
550 INT_L t0, CPU_INFO_SOFTINTS(s2) # get pending softints
830 and a0, s1, MIPS_SOFT_INT_MASK # get softints enabled bits
835 mfc0 a0, MIPS_COP_0_CAUSE # grab the pending softints
837 and a0, MIPS_SOFT_INT_MASK # are there softints pending
H A DmipsX_subr.S1206 and a0, s1, MIPS_SOFT_INT_MASK # were softints enabled?
1209 mfc0 v0, MIPS_COP_0_CAUSE # grab the pending softints
1211 and a0, v0 # are softints pending
1222 INT_L t0, CPU_INFO_SOFTINTS(s2) # get pending softints
1583 and a0, s1, MIPS_SOFT_INT_MASK # get softints enabled bits
1588 mfc0 a0, MIPS_COP_0_CAUSE # grab the pending softints
1590 and a0, MIPS_SOFT_INT_MASK # are there softints pending
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dcpu_machdep.c127 u_int softints = ci->ci_softints & softiplmask; in dosoftints()
128 KASSERT((softints != 0) == ((ci->ci_softints >> opl) != 0)); in dosoftints()
130 (softints & (1 << (opl - IPL_SOFTCLOCK))) == 0); in dosoftints()
131 if (softints == 0) { in dosoftints()
154 panic("dosoftints wtf (softints=%u?, ipl=%d)", softints, opl); in dosoftints()
124 u_int softints = ci->ci_softints & softiplmask; dosoftints() local
/netbsd-src/sys/arch/arm/arm32/
H A Darm32_machdep.c695 u_int softints = ci->ci_softints & softiplmask; in dosoftints() local
696 KASSERT((softints != 0) == ((ci->ci_softints >> opl) != 0)); in dosoftints()
697 KASSERT(opl == IPL_NONE || (softints & (1 << (opl - IPL_SOFTCLOCK))) == 0); in dosoftints()
698 if (softints == 0) { in dosoftints()
713 panic("dosoftints wtf (softints=%u?, ipl=%d)", softints, opl); in dosoftints()
/netbsd-src/sys/arch/macppc/conf/
H A DMAMBO147 # (disabled, requires opencrypto framework which requires generic softints
164 # (disabled, requires generic softints)
H A DGENERIC_601267 # (disabled, requires opencrypto framework which requires generic softints
313 # (disabled, requires generic softints)
H A DINSTALL_601132 # (disabled, requires opencrypto framework which requires generic softints
H A DGENERIC396 # (disabled, requires opencrypto framework which requires generic softints
/netbsd-src/sys/arch/mvme68k/docs/
H A DTODO68 Use hardware-assisted softints (3)
/netbsd-src/sys/arch/powerpc/booke/
H A De500_intr.c571 const u_int softints = ci->ci_data.cpu_softints & (IPL_SOFTMASK << ipl); in e500_splx()
572 if (__predict_false(softints != 0)) { in e500_splx()
1067 * Before exiting, deal with any softints that need to be dealt with. in e500_extintr()
1069 const u_int softints = ci->ci_data.cpu_softints & (IPL_SOFTMASK << old_ipl); in e500_extintr()
1070 if (__predict_false(softints != 0)) { in e500_extintr() local
570 const u_int softints = ci->ci_data.cpu_softints & (IPL_SOFTMASK << ipl); e500_splx() local
/netbsd-src/sys/arch/powerpc/pic/
H A Dintr.c534 const u_int softints = ci->ci_data.cpu_softints & in pic_do_pending_int() local
540 if (__predict_false(softints != 0)) { in pic_do_pending_int()
/netbsd-src/sys/arch/bebox/conf/
H A DGENERIC248 # (disabled, requires generic softints)