Searched refs:kvm_handle_memory_failure (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.h | 497 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r,
|
H A D | x86.c | 13370 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r, in kvm_handle_memory_failure() function 13392 EXPORT_SYMBOL_GPL(kvm_handle_memory_failure); 13406 return kvm_handle_memory_failure(vcpu, r, &e); in kvm_handle_invpcid()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | 3868 kvm_handle_memory_failure(vcpu, X86EMUL_IO_NEEDED, NULL); in vmx_complete_nested_posted_interrupt() 5104 *ret = kvm_handle_memory_failure(vcpu, r, &e); in nested_vmx_get_vmptr() 5466 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmread() 5539 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmwrite() 5709 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmptrst() 5755 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invept() 5838 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invvpid()
|