Home
last modified time | relevance | path

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

/linux-3.3/arch/x86/include/asm/
Dkvm_host.h768 void kvm_requeue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code);
/linux-3.3/arch/x86/kvm/
Dx86.c374 void kvm_requeue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code) in kvm_requeue_exception_e() function
378 EXPORT_SYMBOL_GPL(kvm_requeue_exception_e);
Dsvm.c3666 kvm_requeue_exception_e(&svm->vcpu, vector, err); in svm_complete_interrupts()