Searched refs:DB_VECTOR (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/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.4.14/arch/x86/kvm/ |
D | x86.c | 351 if (mask & ((1 << DB_VECTOR) | (1 << BP_VECTOR) | (1 << OF_VECTOR))) in exception_type() 5288 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_check_singlestep() 5300 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_vcpu_check_singlestep() 5318 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_check_breakpoint() 5335 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_vcpu_check_breakpoint() 6001 if (vcpu->arch.exception.nr == DB_VECTOR && in inject_pending_event() 7100 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
|
D | svm.c | 1023 set_exception_intercept(svm, DB_VECTOR); in init_vmcb() 1661 kvm_queue_exception(&svm->vcpu, DB_VECTOR); in db_interception() 1677 kvm_run->debug.arch.exception = DB_VECTOR; in db_interception() 3267 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,
|
D | vmx.c | 1644 (1u << NM_VECTOR) | (1u << DB_VECTOR) | (1u << AC_VECTOR); in update_exception_bitmap() 5150 case DB_VECTOR: in rmode_exception() 5295 case DB_VECTOR: in handle_exception() 5304 kvm_queue_exception(vcpu, DB_VECTOR); in handle_exception() 5560 vcpu->run->debug.arch.exception = DB_VECTOR; in handle_dr() 5566 kvm_queue_exception(vcpu, DB_VECTOR); in handle_dr()
|
D | emulate.c | 564 return emulate_exception(ctxt, DB_VECTOR, 0, false); in emulate_db()
|