Searched refs:DB_VECTOR (Results 1 – 9 of 9) sorted by relevance
/arch/x86/kvm/vmx/ |
D | vmcs.h | 97 return is_exception_n(intr_info, DB_VECTOR); in is_debug()
|
D | vmx.c | 874 (1u << DB_VECTOR) | (1u << AC_VECTOR); in update_exception_bitmap() 1710 vcpu->arch.exception.nr == DB_VECTOR)) in vmx_update_emulated_instruction() 4802 case DB_VECTOR: in rmode_exception() 4963 case DB_VECTOR: in handle_exception_nmi() 4995 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in handle_exception_nmi() 5245 vcpu->run->debug.arch.exception = DB_VECTOR; in handle_dr() 5249 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
|
D | nested.c | 412 if (nr == DB_VECTOR) { in nested_vmx_check_exception() 3831 vcpu->arch.exception.nr == DB_VECTOR && in vmx_pending_dbg_trap()
|
/arch/x86/include/uapi/asm/ |
D | svm.h | 125 { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" }, \
|
D | kvm.h | 17 #define DB_VECTOR 1 macro
|
/arch/x86/kvm/svm/ |
D | svm.c | 1123 set_exception_intercept(svm, DB_VECTOR); in init_vmcb() 1838 kvm_queue_exception_p(&svm->vcpu, DB_VECTOR, payload); in db_interception() 1855 kvm_run->debug.arch.exception = DB_VECTOR; in db_interception() 2903 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,
|
D | nested.c | 953 } else if (nr == DB_VECTOR) { in nested_svm_inject_exception_vmexit()
|
/arch/x86/kvm/ |
D | x86.c | 479 if (mask & (1 << DB_VECTOR)) in exception_type() 502 case DB_VECTOR: in kvm_deliver_exception_payload() 7435 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_do_singlestep() 7439 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep() 7479 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_check_code_breakpoint() 7494 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in kvm_vcpu_check_code_breakpoint() 8577 if (vcpu->arch.exception.nr == DB_VECTOR) { in inject_pending_event() 10021 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
|
D | emulate.c | 630 return emulate_exception(ctxt, DB_VECTOR, 0, false); in emulate_db()
|