Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dkvm-x86-ops.h34 KVM_X86_OP(get_cpl)
Dkvm_host.h1326 int (*get_cpl)(struct kvm_vcpu *vcpu); member
/Linux-v5.15/arch/x86/kvm/
Dxen.c726 vcpu->run->xen.u.hcall.cpl = kvm_x86_ops.get_cpl(vcpu); in kvm_xen_hypercall()
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c5075 if (kvm_x86_ops.get_cpl(vcpu) > 0) in handle_dr()
7594 .get_cpl = vmx_get_cpl,
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c4550 .get_cpl = svm_get_cpl,