Searched refs:kvm_handle_page_fault (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/kvm/ |
H A D | mmu.h | 93 int kvm_handle_page_fault(struct kvm_vcpu *vcpu, u64 error_code,
|
/linux/arch/x86/kvm/mmu/ |
H A D | mmu.c | 4813 int kvm_handle_page_fault(struct kvm_vcpu *vcpu, u64 error_code, in kvm_handle_page_fault() function 4855 EXPORT_SYMBOL_GPL(kvm_handle_page_fault);
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 1934 return kvm_handle_page_fault(vcpu, error_code, fault_address, in pf_interception()
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 5196 return kvm_handle_page_fault(vcpu, error_code, cr2, NULL, 0); in handle_exception_nmi()
|