Searched refs:DB_VECTOR (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | svm.h | 98 { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" }, \
|
D | kvm.h | 13 #define DB_VECTOR 1 macro
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.c | 341 if (mask & ((1 << DB_VECTOR) | (1 << BP_VECTOR) | (1 << OF_VECTOR))) in exception_type() 5312 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_check_singlestep() 5324 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_vcpu_check_singlestep() 5342 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_check_breakpoint() 5359 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_vcpu_check_breakpoint() 6092 if (vcpu->arch.exception.nr == DB_VECTOR && in inject_pending_event() 6911 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
|
D | svm.c | 1109 set_exception_intercept(svm, DB_VECTOR); in init_vmcb() 1745 kvm_queue_exception(&svm->vcpu, DB_VECTOR); in db_interception() 1761 kvm_run->debug.arch.exception = DB_VECTOR; in db_interception() 3358 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,
|
D | vmx.c | 1570 (1u << NM_VECTOR) | (1u << DB_VECTOR) | (1u << AC_VECTOR); in update_exception_bitmap() 5006 case DB_VECTOR: in rmode_exception() 5151 case DB_VECTOR: in handle_exception() 5160 kvm_queue_exception(vcpu, DB_VECTOR); in handle_exception() 5416 vcpu->run->debug.arch.exception = DB_VECTOR; in handle_dr() 5422 kvm_queue_exception(vcpu, DB_VECTOR); in handle_dr()
|
D | emulate.c | 567 return emulate_exception(ctxt, DB_VECTOR, 0, false); in emulate_db()
|