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

/linux-4.4.14/arch/powerpc/kvm/
H A Dmpic.c181 int32_t ctpr; /* CPU current task priority */ member in struct:irq_dest
368 * it is still raised, in case ctpr is lowered later. IRQ_local_pipe()
377 if (active && priority <= dst->ctpr) { IRQ_local_pipe()
378 pr_debug("%s: IRQ %d priority %d too low for ctpr %d on CPU %d\n", IRQ_local_pipe()
379 __func__, n_IRQ, priority, dst->ctpr, n_CPU); IRQ_local_pipe()
395 if (dst->raised.priority > dst->ctpr && IRQ_local_pipe()
399 dst->raised.priority, dst->ctpr, IRQ_local_pipe()
404 __func__, n_IRQ, dst->ctpr, IRQ_local_pipe()
431 * ctpr may have changed and we need to withdraw the interrupt. openpic_update_irq()
547 opp->dst[i].ctpr = 15; openpic_reset()
1055 dst->ctpr = val & 0x0000000F; openpic_cpu_write_internal()
1057 pr_debug("%s: set CPU %d ctpr to %d, raised %d servicing %d\n", openpic_cpu_write_internal()
1058 __func__, idx, dst->ctpr, dst->raised.priority, openpic_cpu_write_internal()
1061 if (dst->raised.priority <= dst->ctpr) { openpic_cpu_write_internal()
1062 pr_debug("%s: Lower OpenPIC INT output cpu %d due to ctpr\n", openpic_cpu_write_internal()
1145 !(IVPR_PRIORITY(src->ivpr) > dst->ctpr)) { openpic_iack()
1146 pr_err("%s: bad raised IRQ %d ctpr %d ivpr 0x%08x\n", openpic_iack()
1147 __func__, irq, dst->ctpr, src->ivpr); openpic_iack()
1211 retval = dst->ctpr; openpic_cpu_read_internal()

Completed in 42 milliseconds