Searched refs:DB_VECTOR (Results 1 – 6 of 6) sorted by relevance
/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
|
/arch/x86/kvm/ |
D | svm.c | 1643 clr_exception_intercept(svm, DB_VECTOR); in update_db_bp_intercept() 1647 set_exception_intercept(svm, DB_VECTOR); in update_db_bp_intercept() 1652 set_exception_intercept(svm, DB_VECTOR); in update_db_bp_intercept() 1749 kvm_queue_exception(&svm->vcpu, DB_VECTOR); in db_interception() 1766 kvm_run->debug.arch.exception = DB_VECTOR; in db_interception() 3363 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,
|
D | x86.c | 335 if (mask & ((1 << DB_VECTOR) | (1 << BP_VECTOR) | (1 << OF_VECTOR))) in exception_type() 5269 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_check_singlestep() 5281 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_vcpu_check_singlestep() 5303 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_check_breakpoint() 5319 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_vcpu_check_breakpoint() 6847 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
|
D | vmx.c | 1496 (1u << NM_VECTOR) | (1u << DB_VECTOR) | (1u << AC_VECTOR); in update_exception_bitmap() 4806 case DB_VECTOR: in rmode_exception() 4948 case DB_VECTOR: in handle_exception() 4957 kvm_queue_exception(vcpu, DB_VECTOR); in handle_exception() 5207 vcpu->run->debug.arch.exception = DB_VECTOR; in handle_dr() 5214 kvm_queue_exception(vcpu, DB_VECTOR); in handle_dr()
|
D | emulate.c | 534 return emulate_exception(ctxt, DB_VECTOR, 0, false); in emulate_db()
|