Searched refs:get_cpl (Results 1 – 8 of 8) sorted by relevance
37 KVM_X86_OP(get_cpl)
1733 int (*get_cpl)(struct kvm_vcpu *vcpu); member
599 (kvm_x86_call(get_cpl)(vcpu) != 0) && in kvm_pmu_rdpmc()859 return (kvm_x86_call(get_cpl)(pmc->vcpu) == 0) ? select_os : in cpl_is_matched()
1013 if (kvm_x86_call(get_cpl)(vcpu) <= required_cpl) in kvm_require_cpl() local1288 if (kvm_x86_call(get_cpl)(vcpu) != 0 || in kvm_emulate_xsetbv() local7484 u64 access = (kvm_x86_call(get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_read()7494 u64 access = (kvm_x86_call(get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_mmu_gva_to_gpa_write()7547 u64 access = (kvm_x86_call(get_cpl)(vcpu) == 3) ? PFERR_USER_MASK : 0; in kvm_fetch_guest_virt()7595 else if (kvm_x86_call(get_cpl)(vcpu) == 3) in emulator_read_std() local7640 else if (kvm_x86_call(get_cpl)(vcpu) == 3) in emulator_write_std() local8255 return kvm_x86_call(get_cpl)(emul_to_vcpu(ctxt)); in emulator_get_cpl()8779 if (!is_guest_mode(vcpu) && kvm_x86_call(get_cpl)(vcpu) == 0) { in handle_emulation_failure()10054 return __kvm_emulate_hypercall(vcpu, kvm_x86_call(get_cpl)(vcpu), in kvm_emulate_hypercall()[all …]
1708 cpl = kvm_x86_call(get_cpl)(vcpu); in kvm_xen_hypercall()
2539 if (kvm_x86_call(get_cpl)(vcpu) != 0 || !is_protmode(vcpu)) { in kvm_hv_hypercall() local
896 .get_cpl = vt_op(get_cpl),
5077 .get_cpl = svm_get_cpl,
Completed in 64 milliseconds