Searched refs:IPL_SOFTBIO (Results 1 - 25 of 79) sorted by relevance

1234

/netbsd-current/sys/arch/usermode/include/
H A Dintrdefs.h34 #define IPL_SOFTBIO 2 macro
/netbsd-current/sys/arch/powerpc/include/
H A Dsoftint.h51 |(1 << IPL_SOFTBIO ) | (1 << IPL_SOFTCLOCK ) \
57 |(IPL_SOFTBIO << (4*SOFTINT_BIO )) \
63 |(SOFTINT_BIO << (4*IPL_SOFTBIO )) \
/netbsd-current/sys/arch/shark/include/
H A Dintr.h41 #define IPL_SOFTBIO 2 macro
/netbsd-current/sys/arch/hppa/include/
H A Dintrdefs.h9 #define IPL_SOFTBIO 5 /* block I/O */ macro
/netbsd-current/sys/arch/acorn32/include/
H A Dintr.h45 #define IPL_SOFTBIO 2 macro
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dsoftint_machdep.c48 __CTASSERT(IPL_SOFTCLOCK < IPL_SOFTBIO); variable
49 __CTASSERT(IPL_SOFTBIO < IPL_SOFTNET);
87 KASSERT(old_ipl < IPL_SOFTBIO);
88 if (softints & (1 << IPL_SOFTBIO)) {
89 softint_deliver(ci, IPL_SOFTBIO);
/netbsd-current/sys/arch/sh3/include/
H A Dintr.h46 #define IPL_SOFTBIO 2 /* timeouts */ macro
/netbsd-current/sys/arch/sparc/include/
H A Dintr.h41 #define IPL_SOFTBIO 1 /* block I/O */ macro
/netbsd-current/sys/rump/include/machine/
H A Dintr.h66 #define IPL_SOFTBIO 2 macro
/netbsd-current/sys/arch/sparc64/include/
H A Dintr.h49 #define IPL_SOFTBIO 1 /* block I/O */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dintrdefs.h38 #define IPL_SOFTBIO 0x2 /* block I/O passdown */ macro
/netbsd-current/sys/arch/or1k/include/
H A Dintr.h52 #define IPL_SOFTBIO 2 /* block I/O */ macro
91 return _splraise(IPL_SOFTBIO);
/netbsd-current/sys/arch/arm/arm32/
H A Dintr.c70 spl_masks[IPL_SOFTBIO] = irqmasks[IPL_SOFTBIO];
/netbsd-current/sys/arch/riscv/include/
H A Dintr.h45 #define IPL_SOFTBIO (IPL_SOFTCLOCK + 1) macro
46 #define IPL_SOFTNET (IPL_SOFTBIO + 1)
/netbsd-current/sys/arch/arm/include/arm32/
H A Dpsl.h58 #define splsoftbio() raisespl(IPL_SOFTBIO)
/netbsd-current/sys/arch/evbcf/include/
H A Dintr.h39 #define IPL_SOFTBIO 2 /* block software interrupts */ macro
/netbsd-current/sys/arch/iyonix/include/
H A Dintr.h46 #define IPL_SOFTBIO 2 /* generic software interrupts */ macro
/netbsd-current/sys/arch/hpcarm/include/
H A Dintr.h43 #define IPL_SOFTBIO 2 macro
/netbsd-current/sys/arch/zaurus/include/
H A Dintr.h46 #define IPL_SOFTBIO 2 /* block I/O */ macro
/netbsd-current/sys/arch/epoc32/include/
H A Dintr.h46 #define IPL_SOFTBIO 2 /* block I/O */ macro
/netbsd-current/sys/arch/x86/include/
H A Dintrdefs.h10 #define IPL_SOFTBIO 0x3 /* block I/O passdown */ macro
/netbsd-current/sys/arch/evbarm/include/
H A Dintr.h46 #define IPL_SOFTBIO 2 /* block I/O */ macro
/netbsd-current/sys/arch/amiga/include/
H A Dintr.h46 #define IPL_SOFTBIO 1 macro
/netbsd-current/sys/arch/x68k/include/
H A Dintr.h52 #define IPL_SOFTBIO 2 macro
/netbsd-current/sys/arch/mac68k/include/
H A Dintr.h47 #define IPL_SOFTBIO 2 macro

Completed in 148 milliseconds

1234