Home | History | Annotate | Download | only in pic

Lines Matching defs:pcpl

524 	const int pcpl = ci->ci_cpl;
530 while ((vpend = (ci->ci_ipending & ~imask[pcpl])) != 0) {
548 ci->ci_cpl = pcpl; /* Don't use splx... we are here already! */
558 (IPL_SOFTMASK << pcpl);
566 powerpc_softint(ci, pcpl,
569 ci->ci_cpl = pcpl;
570 if (__predict_false(ci->ci_ipending & ~imask[pcpl]))
587 const int pcpl = ci->ci_cpl;
605 if ((imask[pcpl] & v_imen) != 0) {
620 ci->ci_cpl = pcpl;
630 splx(pcpl); /* Process pendings. */