Searched refs:savedipl (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/arm/pic/ |
| D | pic_splfuncs.c | 83 splx(int savedipl) in splx() argument 86 KASSERT(savedipl < NIPL); in splx() 88 if (__predict_false(savedipl == ci->ci_cpl)) { in splx() 94 KASSERTMSG(panicstr != NULL || savedipl < ci->ci_cpl, in splx() 95 "splx(%d) to a higher ipl than %d", savedipl, ci->ci_cpl); in splx() 98 pic_do_pending_ints(psw, savedipl, NULL); in splx() 100 KASSERTMSG(ci->ci_cpl == savedipl, "cpl %d savedipl %d", in splx() 101 ci->ci_cpl, savedipl); in splx() 105 pic_set_priority(ci, savedipl); in splx() 109 KASSERTMSG(ci->ci_cpl == savedipl, "cpl %d savedipl %d", in splx() [all …]
|