Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dmain.c919 .get_cpl_no_cache = vt_op(get_cpl_no_cache),
/linux/arch/x86/include/asm/
H A Dkvm_host.h1826 int (*get_cpl_no_cache)(struct kvm_vcpu *vcpu); member
/linux/arch/x86/kvm/svm/
H A Dsvm.c5377 .get_cpl_no_cache = svm_get_cpl,
/linux/arch/x86/kvm/
H A Dx86.c5281 !kvm_x86_call(get_cpl_no_cache)(vcpu); in kvm_arch_vcpu_put()