Home
last modified time | relevance | path

Searched refs:DB_VECTOR (Results 1 – 8 of 8) sorted by relevance

/arch/x86/kvm/vmx/
Dvmcs.h84 return is_exception_n(intr_info, DB_VECTOR); in is_debug()
Dvmx.c814 (1u << DB_VECTOR) | (1u << AC_VECTOR); in update_exception_bitmap()
4628 case DB_VECTOR: in rmode_exception()
4767 case DB_VECTOR: in handle_exception_nmi()
4776 kvm_queue_exception(vcpu, DB_VECTOR); in handle_exception_nmi()
5012 vcpu->run->debug.arch.exception = DB_VECTOR; in handle_dr()
5018 kvm_queue_exception(vcpu, DB_VECTOR); in handle_dr()
Dnested.c406 if (nr == DB_VECTOR) { in nested_vmx_check_exception()
/arch/x86/include/uapi/asm/
Dsvm.h113 { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" }, \
Dkvm.h17 #define DB_VECTOR 1 macro
/arch/x86/kvm/
Dx86.c410 if (mask & ((1 << DB_VECTOR) | (1 << BP_VECTOR) | (1 << OF_VECTOR))) in exception_type()
430 case DB_VECTOR: in kvm_deliver_exception_payload()
6658 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_do_singlestep()
6662 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep()
6702 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_check_breakpoint()
6719 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_vcpu_check_breakpoint()
7702 if (vcpu->arch.exception.nr == DB_VECTOR) { in inject_pending_event()
9060 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
Dsvm.c1560 set_exception_intercept(svm, DB_VECTOR); in init_vmcb()
2791 kvm_queue_exception(&svm->vcpu, DB_VECTOR); in db_interception()
2806 kvm_run->debug.arch.exception = DB_VECTOR; in db_interception()
3294 if (exit_code == SVM_EXIT_EXCP_BASE + DB_VECTOR) in nested_svm_intercept()
4828 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,
Demulate.c621 return emulate_exception(ctxt, DB_VECTOR, 0, false); in emulate_db()