Lines Matching refs:cppr
16 u8 cppr; in GLUE() local
38 cppr = ack & 0xff; in GLUE()
39 if (cppr < 8) in GLUE()
40 xc->pending |= 1 << cppr; in GLUE()
44 if (cppr >= xc->hw_cppr) in GLUE()
46 smp_processor_id(), cppr, xc->hw_cppr); in GLUE()
54 xc->hw_cppr = cppr; in GLUE()
129 if (prio >= xc->cppr || prio > 7) { in GLUE()
130 if (xc->mfrr < xc->cppr) { in GLUE()
214 if (prio >= xc->mfrr && xc->mfrr < xc->cppr) { in GLUE()
252 xc->cppr = prio; in GLUE()
259 if (xc->cppr != xc->hw_cppr) { in GLUE()
260 xc->hw_cppr = xc->cppr; in GLUE()
261 __x_writeb(xc->cppr, __x_tima + TM_QW1_OS + TM_CPPR); in GLUE()
281 xc->pending, xc->hw_cppr, xc->cppr); in GLUE()
284 old_cppr = xive_prio_to_guest(xc->cppr); in GLUE()
290 hirq, xc->hw_cppr, xc->cppr); in GLUE()
348 vcpu->arch.regs.gpr[4] = hirq | (xc->cppr << 24); in GLUE()
377 for (prio = xc->cppr; prio < KVMPPC_XIVE_Q_COUNT; prio++) { in GLUE()
437 X_STATIC int GLUE(X_PFX,h_cppr)(struct kvm_vcpu *vcpu, unsigned long cppr) in GLUE()
443 pr_devel("H_CPPR(cppr=%ld)\n", cppr); in GLUE()
448 cppr = xive_prio_from_guest(cppr); in GLUE()
451 old_cppr = xc->cppr; in GLUE()
452 xc->cppr = cppr; in GLUE()
460 if (cppr > old_cppr) { in GLUE()
490 xc->hw_cppr = cppr; in GLUE()
491 __x_writeb(cppr, __x_tima + TM_QW1_OS + TM_CPPR); in GLUE()
512 xc->cppr = xive_prio_from_guest(new_cppr); in GLUE()
595 xc->hw_cppr = xc->cppr; in GLUE()
596 __x_writeb(xc->cppr, __x_tima + TM_QW1_OS + TM_CPPR); in GLUE()
632 if (mfrr < xc->cppr) in GLUE()