Searched refs:PSL_IPL4 (Results 1 – 20 of 20) sorted by relevance
49 #define PSL_IPL4 0x0400 /* interrupt priority level 4 */ macro126 #define spl4() _spl(PSL_S|PSL_IPL4)134 #define splraise4() _splraise(PSL_S|PSL_IPL4)
130 ipl2psl_table[IPL_VM] = (PSL_S | PSL_IPL4); in intr_init()131 ipl2psl_table[IPL_SCHED] = (PSL_S | PSL_IPL4); in intr_init()
111 define SPL4 (PSL_S | PSL_IPL4)
43 #define MACHINE_PSL_IPL_VM PSL_IPL4
1235 [IPL_VM] = PSL_IPL4|PSL_S,1237 [IPL_SCHED] = PSL_IPL4|PSL_S,1238 [IPL_HIGH] = PSL_IPL4|PSL_S,
124 define SPL4 PSL_S | PSL_IPL4
323 [IPL_VM] = PSL_S | PSL_IPL4,
126 define SPL4 PSL_S | PSL_IPL4
114 define SPL4 PSL_S | PSL_IPL4
144 define SPL4 PSL_S | PSL_IPL4
147 define SPL4 PSL_S | PSL_IPL4
145 define SPL4 PSL_S | PSL_IPL4
142 define SPL4 PSL_S | PSL_IPL4
132 define SPL4 PSL_S | PSL_IPL4
176 define SPL4 PSL_S | PSL_IPL4
247 if ((getsr() & PSL_IPL) < PSL_IPL4) \
254 if ((getsr() & PSL_IPL) < PSL_IPL4) \