Home | History | Annotate | Download | only in pic

Lines Matching refs:newipl

110 pic_set_priority(struct cpu_info *ci, int newipl)
113 ci->ci_cpl = newipl;
117 pic_list[0]->pic_ops->pic_set_priority(pic_list[0], newipl);
562 pic_do_pending_ints(register_t psw, int newipl, void *frame)
565 if (__predict_false(newipl == IPL_HIGH)) {
570 while ((ci->ci_pending_ipls & ~__BIT(newipl)) > __BIT(newipl)) {
575 if (ipl <= newipl)
586 if (newipl == IPL_NONE && (l->l_md.md_astpending & __BIT(1))) {
591 if (ci->ci_cpl != newipl)
592 pic_set_priority(ci, newipl);