Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h925 int kvm_mmu_unprotect_page_virt(struct kvm_vcpu *vcpu, gva_t gva);
/arch/x86/kvm/
Dmmu.c4125 int kvm_mmu_unprotect_page_virt(struct kvm_vcpu *vcpu, gva_t gva) in kvm_mmu_unprotect_page_virt() function
4139 EXPORT_SYMBOL_GPL(kvm_mmu_unprotect_page_virt);
Dsvm.c1721 kvm_mmu_unprotect_page_virt(&svm->vcpu, fault_address); in pf_interception()
Dvmx.c4935 kvm_mmu_unprotect_page_virt(vcpu, cr2); in handle_exception()