Searched refs:get_cpl (Results 1 – 5 of 5) sorted by relevance
34 KVM_X86_OP(get_cpl)
1335 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()
5053 if (kvm_x86_ops.get_cpl(vcpu) > 0) in handle_dr()7585 .get_cpl = vmx_get_cpl,
4611 .get_cpl = svm_get_cpl,
Completed in 32 milliseconds