Searched refs:kvm_handle_memory_failure (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/arch/x86/kvm/ |
D | x86.h | 445 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r,
|
D | x86.c | 12191 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r, in kvm_handle_memory_failure() function 12212 EXPORT_SYMBOL_GPL(kvm_handle_memory_failure); 12226 return kvm_handle_memory_failure(vcpu, r, &e); in kvm_handle_invpcid()
|
/Linux-v5.15/arch/x86/kvm/vmx/ |
D | nested.c | 3783 kvm_handle_memory_failure(vcpu, X86EMUL_IO_NEEDED, NULL); in vmx_complete_nested_posted_interrupt() 4827 *ret = kvm_handle_memory_failure(vcpu, r, &e); in nested_vmx_get_vmptr() 5129 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmread() 5202 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmwrite() 5364 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmptrst() 5409 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invept() 5491 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invvpid()
|