Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dmmu.h89 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly,
/linux/arch/x86/kvm/mmu/
H A Dmmu.c5918 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly, in kvm_init_shadow_ept_mmu() function
5945 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_init_shadow_ept_mmu);
/linux/arch/x86/kvm/vmx/
H A Dnested.c471 kvm_init_shadow_ept_mmu(vcpu, execonly, ept_lpage_level, in nested_ept_new_eptp()