Searched refs:SOFTINT_BIO_MASK (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/mips/mips/
H A Dmips_softint.c47 #define SOFTINT_BIO_MASK (1 << SOFTINT_BIO) macro
90 #define SOFTINT_MASK_0 (SOFTINT_CLOCK_MASK | SOFTINT_BIO_MASK)
/netbsd-current/sys/arch/alpha/include/
H A Dintr.h122 #define SOFTINT_BIO_MASK __BIT(SOFTINT_BIO) macro
126 #define ALPHA_IPL1_SOFTINTS (SOFTINT_CLOCK_MASK | SOFTINT_BIO_MASK)
/netbsd-current/sys/arch/alpha/alpha/
H A Dinterrupt.c484 __CTASSERT(SOFTINT_BIO_MASK & 0x3);

Completed in 198 milliseconds