Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dnested.c4045 kvm_handle_memory_failure(vcpu, X86EMUL_IO_NEEDED, NULL); in vmx_complete_nested_posted_interrupt()
5359 *ret = kvm_handle_memory_failure(vcpu, r, &e); in nested_vmx_get_vmptr()
5707 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmread()
5780 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmwrite()
5950 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmptrst()
5996 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invept()
6079 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invvpid()
/linux/arch/x86/kvm/svm/
H A Dnested.c1125 return kvm_handle_memory_failure(vcpu, X86EMUL_IO_NEEDED, NULL); in nested_svm_vmrun()
H A Dsvm.c2205 return kvm_handle_memory_failure(vcpu, X86EMUL_IO_NEEDED, NULL); in vmload_vmsave_interception()
/linux/arch/x86/kvm/
H A Dx86.c14256 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r, in kvm_handle_memory_failure() function
14278 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_handle_memory_failure);
14292 return kvm_handle_memory_failure(vcpu, r, &e); in kvm_handle_invpcid()