Searched refs:kvm_queue_exception_p (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/arch/x86/include/asm/ |
D | kvm_host.h | 1493 void kvm_queue_exception_p(struct kvm_vcpu *vcpu, unsigned nr, unsigned long payload);
|
/Linux-v5.10/arch/x86/kvm/ |
D | x86.c | 605 void kvm_queue_exception_p(struct kvm_vcpu *vcpu, unsigned nr, in kvm_queue_exception_p() function 610 EXPORT_SYMBOL_GPL(kvm_queue_exception_p); 7183 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep() 7238 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in kvm_vcpu_check_breakpoint()
|
/Linux-v5.10/arch/x86/kvm/vmx/ |
D | vmx.c | 4844 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in handle_exception_nmi() 5098 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
|
/Linux-v5.10/arch/x86/kvm/svm/ |
D | svm.c | 1832 kvm_queue_exception_p(&svm->vcpu, DB_VECTOR, payload); in db_interception()
|