Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h2131 void kvm_queue_exception_p(struct kvm_vcpu *vcpu, unsigned nr, unsigned long payload);
/arch/x86/kvm/
Dx86.c922 void kvm_queue_exception_p(struct kvm_vcpu *vcpu, unsigned nr, in kvm_queue_exception_p() function
927 EXPORT_SYMBOL_GPL(kvm_queue_exception_p);
8923 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep()
9016 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in kvm_vcpu_check_code_breakpoint()
/arch/x86/kvm/vmx/
Dvmx.c5343 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in handle_exception_nmi()
5595 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
/arch/x86/kvm/svm/
Dsvm.c2157 kvm_queue_exception_p(vcpu, DB_VECTOR, payload); in db_interception()