Home
last modified time | relevance | path

Searched refs:ALPHA_PSL_IPL_IO (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/arch/alpha/include/
Dintr.h112 #define IPL_BIO ALPHA_PSL_IPL_IO
113 #define IPL_NET ALPHA_PSL_IPL_IO
114 #define IPL_TTY ALPHA_PSL_IPL_IO
115 #define IPL_SERIAL ALPHA_PSL_IPL_IO
116 #define IPL_AUDIO ALPHA_PSL_IPL_IO
117 #define IPL_VM ALPHA_PSL_IPL_IO
Dalpha_cpu.h104 #define ALPHA_PSL_IPL_IO 0x0004 /* I/O dev ints disabled */ macro
/openbsd/src/sys/arch/alpha/alpha/
Dinterrupt.c606 if (curipl == ALPHA_PSL_IPL_IO - 1) in splassert_check()
607 curipl = ALPHA_PSL_IPL_IO; in splassert_check()