Searched refs:kvm_handle_memory_failure (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/kvm/ |
H A D | x86.h | 616 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r,
|
H A D | x86.c | 13591 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r, in kvm_handle_memory_failure() function 13613 EXPORT_SYMBOL_GPL(kvm_handle_memory_failure); 13627 return kvm_handle_memory_failure(vcpu, r, &e); in kvm_handle_invpcid()
|
/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | 3973 kvm_handle_memory_failure(vcpu, X86EMUL_IO_NEEDED, NULL); in vmx_complete_nested_posted_interrupt() 5294 *ret = kvm_handle_memory_failure(vcpu, r, &e); in nested_vmx_get_vmptr() 5642 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmread() 5715 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmwrite() 5885 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmptrst() 5931 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invept() 6014 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invvpid()
|