Searched refs:ctpr (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dmpic.c180 int32_t ctpr; /* CPU current task priority */ member in struct:irq_dest
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
[all...]

Completed in 91 milliseconds