Home
last modified time | relevance | path

Searched refs:vmx_get_cpl_no_cache (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c53 .get_cpl_no_cache = vmx_get_cpl_no_cache,
H A Dvmx.h388 int vmx_get_cpl_no_cache(struct kvm_vcpu *vcpu);
H A Dvmx.c3607 int vmx_get_cpl_no_cache(struct kvm_vcpu *vcpu) in vmx_get_cpl_no_cache() function