Searched refs:get_cpl (Results 1 – 4 of 4) sorted by relevance
387 if (kvm_x86_ops->get_cpl(vcpu) <= required_cpl) in kvm_require_cpl()554 if (kvm_x86_ops->get_cpl(vcpu) != 0) in __kvm_set_xcr()3648 u32 access = (kvm_x86_ops->get_cpl(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_read()3655 u32 access = (kvm_x86_ops->get_cpl(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_fetch()3663 u32 access = (kvm_x86_ops->get_cpl(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_write()3710 u32 access = (kvm_x86_ops->get_cpl(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_fetch_guest_virt()3720 u32 access = (kvm_x86_ops->get_cpl(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_read_guest_virt()4146 return kvm_x86_ops->get_cpl(vcpu); in emulator_get_cpl()4660 user_mode = kvm_x86_ops->get_cpl(percpu_read(current_vcpu)); in kvm_is_user_mode()4784 if (kvm_x86_ops->get_cpl(vcpu) != 0 || !is_protmode(vcpu)) { in kvm_hv_hypercall()[all …]
4395 .get_cpl = vmx_get_cpl,
3898 .get_cpl = svm_get_cpl,
532 int (*get_cpl)(struct kvm_vcpu *vcpu); member