Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dx86.h148 void kvm_before_handle_nmi(struct kvm_vcpu *vcpu);
Dx86.c5703 void kvm_before_handle_nmi(struct kvm_vcpu *vcpu) in kvm_before_handle_nmi() function
5707 EXPORT_SYMBOL_GPL(kvm_before_handle_nmi);
Dsvm.c3988 kvm_before_handle_nmi(&svm->vcpu); in svm_vcpu_run()
Dvmx.c7971 kvm_before_handle_nmi(&vmx->vcpu); in vmx_complete_atomic_exit()