Lines Matching refs:qaddr
568 __be32 *qaddr = 0; in kvmppc_xive_native_set_queue_config() local
602 kvm_eq.qshift, kvm_eq.qaddr, kvm_eq.qtoggle, kvm_eq.qindex); in kvmppc_xive_native_set_queue_config()
638 if (kvm_eq.qaddr & ((1ull << kvm_eq.qshift) - 1)) { in kvmppc_xive_native_set_queue_config()
639 pr_err("queue page is not aligned %llx/%llx\n", kvm_eq.qaddr, in kvmppc_xive_native_set_queue_config()
645 gfn = gpa_to_gfn(kvm_eq.qaddr); in kvmppc_xive_native_set_queue_config()
657 pr_err("Couldn't get queue page %llx!\n", kvm_eq.qaddr); in kvmppc_xive_native_set_queue_config()
661 qaddr = page_to_virt(page) + (kvm_eq.qaddr & ~PAGE_MASK); in kvmppc_xive_native_set_queue_config()
668 q->guest_qaddr = kvm_eq.qaddr; in kvmppc_xive_native_set_queue_config()
677 (__be32 *) qaddr, kvm_eq.qshift, true); in kvmppc_xive_native_set_queue_config()
716 u64 qaddr; in kvmppc_xive_native_get_queue_config() local
750 rc = xive_native_get_queue_info(xc->vp_id, priority, &qaddr, &qshift, in kvmppc_xive_native_get_queue_config()
760 kvm_eq.qaddr = q->guest_qaddr; in kvmppc_xive_native_get_queue_config()
769 kvm_eq.qshift, kvm_eq.qaddr, kvm_eq.qtoggle, kvm_eq.qindex); in kvmppc_xive_native_get_queue_config()