Searched refs:kvm_handle_memory_failure (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.h | 497 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r,
|
H A D | x86.c | 13370 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 D | nested.c | 3854 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()
|