Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c53 .get_cpl_no_cache = vmx_get_cpl_no_cache,
/linux-6.15/arch/x86/include/asm/
H A Dkvm-x86-ops.h37 KVM_X86_OP(get_cpl_no_cache)
H A Dkvm_host.h1694 int (*get_cpl_no_cache)(struct kvm_vcpu *vcpu); member
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c5173 .get_cpl_no_cache = svm_get_cpl,
/linux-6.15/arch/x86/kvm/
H A Dx86.c5099 !kvm_x86_call(get_cpl_no_cache)(vcpu); in kvm_arch_vcpu_put()