Lines Matching refs:mfrr
140 while ((xc->mfrr != 0xff || pending != 0) && hirq == 0) { in xive_vm_scan_interrupts()
153 if (xc->mfrr < xc->cppr) { in xive_vm_scan_interrupts()
154 prio = xc->mfrr; in xive_vm_scan_interrupts()
234 if (prio >= xc->mfrr && xc->mfrr < xc->cppr) { in xive_vm_scan_interrupts()
235 prio = xc->mfrr; in xive_vm_scan_interrupts()
377 if (xc->mfrr != 0xff) { in xive_vm_push_pending_to_hw()
378 if (xc->mfrr < 8) in xive_vm_push_pending_to_hw()
379 pending |= 1 << xc->mfrr; in xive_vm_push_pending_to_hw()
621 unsigned long mfrr) in xive_vm_h_ipi() argument
625 pr_devel("H_IPI(server=%08lx,mfrr=%ld)\n", server, mfrr); in xive_vm_h_ipi()
636 xc->mfrr = mfrr; in xive_vm_h_ipi()
651 if (mfrr < xc->cppr) in xive_vm_h_ipi()
1488 (u64)xc->mfrr << KVM_REG_PPC_ICP_MFRR_SHIFT | in kvmppc_xive_get_icp()
1496 u8 cppr, mfrr; in kvmppc_xive_set_icp() local
1506 mfrr = icpval >> KVM_REG_PPC_ICP_MFRR_SHIFT; in kvmppc_xive_set_icp()
1509 xc->server_num, cppr, mfrr, xisr); in kvmppc_xive_set_icp()
1529 xc->mfrr = mfrr; in kvmppc_xive_set_icp()
1530 if (mfrr < cppr) in kvmppc_xive_set_icp()
1940 xc->mfrr = 0xff; in kvmppc_xive_connect_vcpu()
2915 xc->mfrr, xc->pending, in xive_debug_show()