Lines Matching refs:cppr
19 u8 cppr; in GLUE() local
41 cppr = ack & 0xff; in GLUE()
42 if (cppr < 8) in GLUE()
43 xc->pending |= 1 << cppr; in GLUE()
47 if (cppr >= xc->hw_cppr) in GLUE()
49 smp_processor_id(), cppr, xc->hw_cppr); in GLUE()
57 xc->hw_cppr = cppr; in GLUE()
142 if (prio >= xc->mfrr && xc->mfrr < xc->cppr) { in GLUE()
149 if (prio >= xc->cppr || prio > 7) in GLUE()
255 xc->cppr = prio; in GLUE()
262 if (xc->cppr != xc->hw_cppr) { in GLUE()
263 xc->hw_cppr = xc->cppr; in GLUE()
264 __x_writeb(xc->cppr, __x_tima + TM_QW1_OS + TM_CPPR); in GLUE()
292 xc->pending, xc->hw_cppr, xc->cppr); in GLUE()
295 old_cppr = xive_prio_to_guest(xc->cppr); in GLUE()
301 hirq, xc->hw_cppr, xc->cppr); in GLUE()
359 vcpu->arch.regs.gpr[4] = hirq | (xc->cppr << 24); in GLUE()
388 for (prio = xc->cppr; prio < KVMPPC_XIVE_Q_COUNT; prio++) { in GLUE()
448 X_STATIC int GLUE(X_PFX,h_cppr)(struct kvm_vcpu *vcpu, unsigned long cppr) in GLUE()
454 pr_devel("H_CPPR(cppr=%ld)\n", cppr); in GLUE()
459 cppr = xive_prio_from_guest(cppr); in GLUE()
462 old_cppr = xc->cppr; in GLUE()
463 xc->cppr = cppr; in GLUE()
471 if (cppr > old_cppr) { in GLUE()
501 xc->hw_cppr = cppr; in GLUE()
502 __x_writeb(cppr, __x_tima + TM_QW1_OS + TM_CPPR); in GLUE()
523 xc->cppr = xive_prio_from_guest(new_cppr); in GLUE()
606 xc->hw_cppr = xc->cppr; in GLUE()
607 __x_writeb(xc->cppr, __x_tima + TM_QW1_OS + TM_CPPR); in GLUE()
643 if (mfrr < xc->cppr) in GLUE()