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