Home
last modified time | relevance | path

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

/mirbsd/src/sys/arch/sparc/include/
Dpsl.h183 #define SPL(name, newipl) \ argument
192 "r" (psr), "n" ((newipl) << 8)); \
198 #define SPLHOLD(name, newipl) \ argument
205 if ((newipl << 8) <= oldipl) \
209 "r" (psr), "n" ((newipl) << 8)); \
246 static __inline void splx(newipl) in splx() argument
247 int newipl; in splx()
254 "r" (psr & ~PSR_PIL), "rn" (newipl));