Searched refs:splsoftassert (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/sys/arch/m88k/include/
H A Dintr.h87 #define splsoftassert(wantipl) splassert(IPL_SOFTINT) macro
90 #define splsoftassert(wantipl) do { /* nothing */ } while (0) macro
/openbsd-current/sys/arch/landisk/include/
H A Dintr.h82 #define splsoftassert(__wantipl) splassert(__wantipl) macro
85 #define splsoftassert(wantipl) do { /* nothing yet */ } while (0) macro
/openbsd-current/sys/arch/powerpc64/include/
H A Dintr.h80 #define splsoftassert(wantipl) splassert(wantipl) macro
83 #define splsoftassert(wantipl) do { /* nothing */ } while (0) macro
/openbsd-current/sys/arch/hppa/include/
H A Dintr.h82 #define splsoftassert(__wantipl) splassert(__wantipl) macro
85 #define splsoftassert(__wantipl) do { /* nada */ } while (0) macro
/openbsd-current/sys/arch/powerpc/include/
H A Dintr.h105 #define splsoftassert(wantipl) splassert(wantipl) macro
108 #define splsoftassert(wantipl) do { /* nada */ } while (0) macro
/openbsd-current/sys/arch/loongson/include/
H A Dintr.h144 #define splsoftassert(wantipl) splassert(wantipl) macro
147 #define splsoftassert(X) macro
/openbsd-current/sys/arch/octeon/include/
H A Dintr.h143 #define splsoftassert(wantipl) splassert(wantipl) macro
146 #define splsoftassert(X) macro
/openbsd-current/sys/arch/arm64/include/
H A Dintr.h215 #define splsoftassert(wantipl) splassert(wantipl) macro
218 #define splsoftassert(wantipl) do { /* nothing */ } while (0) macro
/openbsd-current/sys/arch/i386/include/
H A Dintr.h79 #define splsoftassert(wantipl) splassert(wantipl) macro
82 #define splsoftassert(wantipl) do { /* nada */ } while (0) macro
/openbsd-current/sys/arch/armv7/include/
H A Dintr.h218 #define splsoftassert(wantipl) splassert(wantipl) macro
221 #define splsoftassert(wantipl) do { /* nothing */ } while (0) macro
/openbsd-current/sys/arch/riscv64/include/
H A Dintr.h227 #define splsoftassert(wantipl) splassert(wantipl) macro
230 #define splsoftassert(wantipl) do { /* nothing */ } while (0) macro
/openbsd-current/sys/arch/alpha/include/
H A Dintr.h163 #define splsoftassert(wantipl) splassert(IPL_SOFTINT) macro
166 #define splsoftassert(wantipl) do { /* nothing */ } while (0) macro
/openbsd-current/sys/arch/amd64/include/
H A Dintr.h167 #define splsoftassert(wantipl) splassert(wantipl) macro
170 #define splsoftassert(wantipl) do { /* nada */ } while (0) macro
/openbsd-current/sys/arch/sparc64/include/
H A Dpsl.h243 #define splsoftassert(wantipl) splassert(wantipl) macro
246 #define splsoftassert(wantipl) do { /* nada */ } while (0) macro
/openbsd-current/sys/dev/usb/
H A Dusbdi.c736 splsoftassert(IPL_SOFTUSB);
864 splsoftassert(IPL_SOFTUSB);
H A Duhci.c873 splsoftassert(IPL_SOFTUSB);
893 splsoftassert(IPL_SOFTUSB);
926 splsoftassert(IPL_SOFTUSB);
943 splsoftassert(IPL_SOFTUSB);
965 splsoftassert(IPL_SOFTUSB);
983 splsoftassert(IPL_SOFTUSB);
H A Dohci.c1676 splsoftassert(IPL_SOFTUSB);
1691 splsoftassert(IPL_SOFTUSB);
1719 splsoftassert(IPL_SOFTUSB);
1744 splsoftassert(IPL_SOFTUSB);
1756 splsoftassert(IPL_SOFTUSB);
H A Dehci.c1539 splsoftassert(IPL_SOFTUSB);
1563 splsoftassert(IPL_SOFTUSB);
1652 splsoftassert(IPL_SOFTUSB);
1689 splsoftassert(IPL_SOFTUSB);
2724 splsoftassert(IPL_SOFTUSB);
H A Dxhci.c1123 splsoftassert(IPL_SOFTUSB);
2244 splsoftassert(IPL_SOFTUSB);
/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2.c450 splsoftassert(IPL_SOFTUSB);

Completed in 296 milliseconds