Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dx86.h497 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r,
H A Dx86.c13370 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r, in kvm_handle_memory_failure() function
13392 EXPORT_SYMBOL_GPL(kvm_handle_memory_failure);
13406 return kvm_handle_memory_failure(vcpu, r, &e); in kvm_handle_invpcid()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c3854 kvm_handle_memory_failure(vcpu, X86EMUL_IO_NEEDED, NULL); in vmx_complete_nested_posted_interrupt()
5090 *ret = kvm_handle_memory_failure(vcpu, r, &e); in nested_vmx_get_vmptr()
5452 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmread()
5525 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmwrite()
5695 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmptrst()
5741 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invept()
5824 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invvpid()