Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/
Dx86.h442 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r,
Dx86.c13408 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/
Dnested.c3819 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()