Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dkvm_host.h795 void kvm_requeue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code);
/linux-3.4.99/arch/x86/kvm/
Dx86.c379 void kvm_requeue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code) in kvm_requeue_exception_e() function
383 EXPORT_SYMBOL_GPL(kvm_requeue_exception_e);
Dsvm.c3755 kvm_requeue_exception_e(&svm->vcpu, vector, err); in svm_complete_interrupts()