Searched refs:kvm_handle_memory_failure (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | x86.h | 640 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r,
|
| H A D | x86.c | 14077 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r, in kvm_handle_memory_failure() function 14099 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_handle_memory_failure); 14113 return kvm_handle_memory_failure(vcpu, r, &e); in kvm_handle_invpcid()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 4044 kvm_handle_memory_failure(vcpu, X86EMUL_IO_NEEDED, NULL); in vmx_complete_nested_posted_interrupt() 5382 *ret = kvm_handle_memory_failure(vcpu, r, &e); in nested_vmx_get_vmptr() 5730 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmread() 5803 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmwrite() 5973 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmptrst() 6019 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invept() 6102 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invvpid()
|