Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1503 void kvm_requeue_exception(struct kvm_vcpu *vcpu, unsigned nr);
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c3460 kvm_requeue_exception(&svm->vcpu, vector); in svm_complete_interrupts()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c620 void kvm_requeue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_requeue_exception() function
624 EXPORT_SYMBOL_GPL(kvm_requeue_exception);
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c6624 kvm_requeue_exception(vcpu, vector); in __vmx_complete_interrupts()