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()
134 if (prio >= xc->cppr || prio > 7) { in GLUE()
135 if (xc->mfrr < xc->cppr) { in GLUE()
219 if (prio >= xc->mfrr && xc->mfrr < xc->cppr) { in GLUE()
257 xc->cppr = prio; in GLUE()
264 if (xc->cppr != xc->hw_cppr) { in GLUE()
265 xc->hw_cppr = xc->cppr; in GLUE()
266 __x_writeb(xc->cppr, __x_tima + TM_QW1_OS + TM_CPPR); in GLUE()
286 xc->pending, xc->hw_cppr, xc->cppr); in GLUE()
289 old_cppr = xive_prio_to_guest(xc->cppr); in GLUE()
295 hirq, xc->hw_cppr, xc->cppr); in GLUE()
353 vcpu->arch.regs.gpr[4] = hirq | (xc->cppr << 24); in GLUE()
382 for (prio = xc->cppr; prio < KVMPPC_XIVE_Q_COUNT; prio++) { in GLUE()
442 X_STATIC int GLUE(X_PFX,h_cppr)(struct kvm_vcpu *vcpu, unsigned long cppr) in GLUE()
448 pr_devel("H_CPPR(cppr=%ld)\n", cppr); in GLUE()
453 cppr = xive_prio_from_guest(cppr); in GLUE()
456 old_cppr = xc->cppr; in GLUE()
457 xc->cppr = cppr; in GLUE()
465 if (cppr > old_cppr) { in GLUE()
495 xc->hw_cppr = cppr; in GLUE()
496 __x_writeb(cppr, __x_tima + TM_QW1_OS + TM_CPPR); in GLUE()
517 xc->cppr = xive_prio_from_guest(new_cppr); in GLUE()
600 xc->hw_cppr = xc->cppr; in GLUE()
601 __x_writeb(xc->cppr, __x_tima + TM_QW1_OS + TM_CPPR); in GLUE()
637 if (mfrr < xc->cppr) in GLUE()