Home
last modified time | relevance | path

Searched refs:handle_ud (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kvm/
H A Dx86.h463 int handle_ud(struct kvm_vcpu *vcpu);
H A Dx86.c8026 int handle_ud(struct kvm_vcpu *vcpu) in handle_ud() function
8051 EXPORT_SYMBOL_FOR_KVM_INTERNAL(handle_ud);
/linux/arch/x86/kvm/svm/
H A Dsvm.c2014 return handle_ud(vcpu); in ud_interception()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c5509 return handle_ud(vcpu); in handle_exception_nmi()