Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dkvm_host.h2188 int kvm_mmu_page_fault(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa, u64 error_code,
/linux-6.12.1/arch/x86/kvm/mmu/
Dmmu.c4659 r = kvm_mmu_page_fault(vcpu, fault_address, error_code, insn, in kvm_handle_page_fault()
6103 int noinline kvm_mmu_page_fault(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa, u64 error_code, in kvm_mmu_page_fault() function
6166 EXPORT_SYMBOL_GPL(kvm_mmu_page_fault);
/linux-6.12.1/arch/x86/kvm/vmx/
Dvmx.c5827 return kvm_mmu_page_fault(vcpu, gpa, error_code, NULL, 0); in handle_ept_violation()
5848 return kvm_mmu_page_fault(vcpu, gpa, PFERR_RSVD_MASK, NULL, 0); in handle_ept_misconfig()
/linux-6.12.1/arch/x86/kvm/svm/
Dsvm.c2075 rc = kvm_mmu_page_fault(vcpu, fault_address, error_code, in npf_interception()