Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h2168 void kvm_requeue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code);
/linux/arch/x86/kvm/svm/
H A Dsvm.c4149 kvm_requeue_exception_e(vcpu, vector, err); in svm_complete_interrupts()
/linux/arch/x86/kvm/
H A Dx86.c987 void kvm_requeue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code) in kvm_requeue_exception_e() function
991 EXPORT_SYMBOL_GPL(kvm_requeue_exception_e);
/linux/arch/x86/kvm/vmx/
H A Dvmx.c7163 kvm_requeue_exception_e(vcpu, vector, err); in __vmx_complete_interrupts()