Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.h376 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r,
H A Dx86.c11439 int kvm_handle_memory_failure(struct kvm_vcpu *vcpu, int r, in kvm_handle_memory_failure() function
11460 EXPORT_SYMBOL_GPL(kvm_handle_memory_failure);
11476 return kvm_handle_memory_failure(vcpu, r, &e); in kvm_handle_invpcid()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c4804 *ret = kvm_handle_memory_failure(vcpu, r, &e); in nested_vmx_get_vmptr()
5116 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmread()
5189 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmwrite()
5351 return kvm_handle_memory_failure(vcpu, r, &e); in handle_vmptrst()
5404 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invept()
5486 return kvm_handle_memory_failure(vcpu, r, &e); in handle_invvpid()