| /netbsd-src/sys/arch/powerpc/powerpc/ |
| H A D | softint_machdep.c | 69 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 D | softint_machdep.c | 92 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 D | mips_softint.c | 99 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 D | locore_mips1.S | 534 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 D | mipsX_subr.S | 1206 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 D | cpu_machdep.c | 127 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 D | arm32_machdep.c | 695 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 D | MAMBO | 147 # (disabled, requires opencrypto framework which requires generic softints 164 # (disabled, requires generic softints)
|
| H A D | GENERIC_601 | 267 # (disabled, requires opencrypto framework which requires generic softints 313 # (disabled, requires generic softints)
|
| H A D | INSTALL_601 | 132 # (disabled, requires opencrypto framework which requires generic softints
|
| H A D | GENERIC | 396 # (disabled, requires opencrypto framework which requires generic softints
|
| /netbsd-src/sys/arch/mvme68k/docs/ |
| H A D | TODO | 68 Use hardware-assisted softints (3)
|
| /netbsd-src/sys/arch/powerpc/booke/ |
| H A D | e500_intr.c | 571 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 D | intr.c | 534 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 D | GENERIC | 248 # (disabled, requires generic softints)
|