Searched refs:kvm_handle_memory_failure (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/arch/x86/kvm/ |
| D | x86.h | 442 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r,
|
| D | x86.c | 13408 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r, in kvm_handle_memory_failure() function 13427 EXPORT_SYMBOL_GPL(kvm_handle_memory_failure); 13441 return kvm_handle_memory_failure(vcpu, r, &e); in kvm_handle_invpcid()
|
| /Linux-v6.1/arch/x86/kvm/vmx/ |
| D | nested.c | 3819 kvm_handle_memory_failure(vcpu, X86EMUL_IO_NEEDED, NULL); in vmx_complete_nested_posted_interrupt() 5007 *ret = kvm_handle_memory_failure(vcpu, r, &e); in nested_vmx_get_vmptr() 5339 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmread() 5412 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmwrite() 5582 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmptrst() 5628 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invept() 5711 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invvpid()
|