Home
last modified time | relevance | path

Searched refs:get_cpl (Results 1 – 6 of 6) sorted by relevance

/arch/x86/kvm/
Dmmu.h160 int cpl = kvm_x86_ops->get_cpl(vcpu); in permission_fault()
Dx86.c642 if (kvm_x86_ops->get_cpl(vcpu) <= required_cpl) in kvm_require_cpl()
905 if (kvm_x86_ops->get_cpl(vcpu) != 0 || in kvm_set_xcr()
3608 vcpu->arch.preempted_in_kernel = !kvm_x86_ops->get_cpl(vcpu); in kvm_arch_vcpu_put()
5420 u32 access = (kvm_x86_ops->get_cpl(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_read()
5427 u32 access = (kvm_x86_ops->get_cpl(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_fetch()
5435 u32 access = (kvm_x86_ops->get_cpl(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_write()
5484 u32 access = (kvm_x86_ops->get_cpl(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_fetch_guest_virt()
5509 u32 access = (kvm_x86_ops->get_cpl(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_read_guest_virt()
5530 if (!system && kvm_x86_ops->get_cpl(vcpu) == 3) in emulator_read_std()
5583 if (!system && kvm_x86_ops->get_cpl(vcpu) == 3) in emulator_write_std()
[all …]
Dhyperv.c1630 if (kvm_x86_ops->get_cpl(vcpu) != 0 || !is_protmode(vcpu)) { in kvm_hv_hypercall()
Dsvm.c7291 .get_cpl = svm_get_cpl,
/arch/x86/include/asm/
Dkvm_host.h1040 int (*get_cpl)(struct kvm_vcpu *vcpu); member
/arch/x86/kvm/vmx/
Dvmx.c7926 .get_cpl = vmx_get_cpl,