Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/
Dmmu.h110 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly,
/Linux-v6.6/arch/x86/kvm/mmu/
Dmmu.c5324 void kvm_init_shadow_ept_mmu(struct kvm_vcpu *vcpu, bool execonly, in kvm_init_shadow_ept_mmu() function
5351 EXPORT_SYMBOL_GPL(kvm_init_shadow_ept_mmu);
/Linux-v6.6/arch/x86/kvm/vmx/
Dnested.c417 kvm_init_shadow_ept_mmu(vcpu, execonly, ept_lpage_level, in nested_ept_new_eptp()