Lines Matching defs:ctpr
180 int32_t ctpr; /* CPU current task priority */
367 * it is still raised, in case ctpr is lowered later.
376 if (active && priority <= dst->ctpr) {
377 pr_debug("%s: IRQ %d priority %d too low for ctpr %d on CPU %d\n",
378 __func__, n_IRQ, priority, dst->ctpr, n_CPU);
394 if (dst->raised.priority > dst->ctpr &&
398 dst->raised.priority, dst->ctpr,
403 __func__, n_IRQ, dst->ctpr,
430 * ctpr may have changed and we need to withdraw the interrupt.
546 opp->dst[i].ctpr = 15;
1054 dst->ctpr = val & 0x0000000F;
1056 pr_debug("%s: set CPU %d ctpr to %d, raised %d servicing %d\n",
1057 __func__, idx, dst->ctpr, dst->raised.priority,
1060 if (dst->raised.priority <= dst->ctpr) {
1061 pr_debug("%s: Lower OpenPIC INT output cpu %d due to ctpr\n",
1144 !(IVPR_PRIORITY(src->ivpr) > dst->ctpr)) {
1145 pr_err("%s: bad raised IRQ %d ctpr %d ivpr 0x%08x\n",
1146 __func__, irq, dst->ctpr, src->ivpr);
1210 retval = dst->ctpr;