Searched refs:qaddr (Results 1 – 2 of 2) sorted by relevance
570 __be32 *qaddr = NULL; in kvmppc_xive_native_set_queue_config() local604 kvm_eq.qshift, kvm_eq.qaddr, kvm_eq.qtoggle, kvm_eq.qindex); in kvmppc_xive_native_set_queue_config()640 if (kvm_eq.qaddr & ((1ull << kvm_eq.qshift) - 1)) { in kvmppc_xive_native_set_queue_config()641 pr_err("queue page is not aligned %llx/%llx\n", kvm_eq.qaddr, in kvmppc_xive_native_set_queue_config()647 gfn = gpa_to_gfn(kvm_eq.qaddr); in kvmppc_xive_native_set_queue_config()659 pr_err("Couldn't get queue page %llx!\n", kvm_eq.qaddr); in kvmppc_xive_native_set_queue_config()663 qaddr = page_to_virt(page) + (kvm_eq.qaddr & ~PAGE_MASK); in kvmppc_xive_native_set_queue_config()670 q->guest_qaddr = kvm_eq.qaddr; in kvmppc_xive_native_set_queue_config()679 (__be32 *) qaddr, kvm_eq.qshift, true); in kvmppc_xive_native_set_queue_config()718 u64 qaddr; in kvmppc_xive_native_get_queue_config() local[all …]
714 __u64 qaddr; member
Completed in 10 milliseconds