Searched refs:get_cpl (Results 1 – 5 of 5) sorted by relevance
34 KVM_X86_OP(get_cpl)
1326 int (*get_cpl)(struct kvm_vcpu *vcpu); member
726 vcpu->run->xen.u.hcall.cpl = kvm_x86_ops.get_cpl(vcpu); in kvm_xen_hypercall()
5075 if (kvm_x86_ops.get_cpl(vcpu) > 0) in handle_dr()7594 .get_cpl = vmx_get_cpl,
4550 .get_cpl = svm_get_cpl,