Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h2068 int kvm_mmu_page_fault(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa, u64 error_code,
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c4431 r = kvm_mmu_page_fault(vcpu, fault_address, error_code, insn, in kvm_handle_page_fault()
5696 int noinline kvm_mmu_page_fault(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa, u64 error_code, in kvm_mmu_page_fault() function
5766 EXPORT_SYMBOL_GPL(kvm_mmu_page_fault);
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5797 return kvm_mmu_page_fault(vcpu, gpa, error_code, NULL, 0); in handle_ept_violation()
5818 return kvm_mmu_page_fault(vcpu, gpa, PFERR_RSVD_MASK, NULL, 0); in handle_ept_misconfig()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c2083 return kvm_mmu_page_fault(vcpu, fault_address, error_code, in npf_interception()