Searched refs:newipl (Results 1 – 1 of 1) sorted by relevance
183 #define SPL(name, newipl) \ argument192 "r" (psr), "n" ((newipl) << 8)); \198 #define SPLHOLD(name, newipl) \ argument205 if ((newipl << 8) <= oldipl) \209 "r" (psr), "n" ((newipl) << 8)); \246 static __inline void splx(newipl) in splx() argument247 int newipl; in splx()254 "r" (psr & ~PSR_PIL), "rn" (newipl));