Searched refs:kvm_handle_page_fault (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/ | 
| D | mmu.h | 64 int kvm_handle_page_fault(struct kvm_vcpu *vcpu, u64 error_code,
 | 
| D | mmu.c | 4220 int kvm_handle_page_fault(struct kvm_vcpu *vcpu, u64 error_code,  in kvm_handle_page_fault()  function4250 EXPORT_SYMBOL_GPL(kvm_handle_page_fault);
 
 | 
| D | svm.c | 2706 	return kvm_handle_page_fault(&svm->vcpu, error_code, fault_address,  in pf_interception()
 | 
| /Linux-v5.4/arch/x86/kvm/vmx/ | 
| D | vmx.c | 4661 		return kvm_handle_page_fault(vcpu, error_code, cr2, NULL, 0);  in handle_exception_nmi()
 |