Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h1073 int kvm_mmu_unprotect_page_virt(struct kvm_vcpu *vcpu, gva_t gva);
/linux-4.4.14/arch/x86/kvm/
Dmmu.c4358 int kvm_mmu_unprotect_page_virt(struct kvm_vcpu *vcpu, gva_t gva) in kvm_mmu_unprotect_page_virt() function
4372 EXPORT_SYMBOL_GPL(kvm_mmu_unprotect_page_virt);
Dsvm.c1633 kvm_mmu_unprotect_page_virt(&svm->vcpu, fault_address); in pf_interception()
Dvmx.c5282 kvm_mmu_unprotect_page_virt(vcpu, cr2); in handle_exception()