Lines Matching refs:get_cpl
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()
4859 if (kvm_x86_ops->get_cpl(vcpu) != 0) { in kvm_emulate_hypercall()
6325 kvm_x86_ops->get_cpl(vcpu) == 0)) in kvm_arch_async_page_not_present()