Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h167 { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" }, \
H A Dkvm.h21 #define DB_VECTOR 1 macro
/linux/arch/x86/kvm/vmx/
H A Dvmx.c932 (1u << DB_VECTOR) | (1u << AC_VECTOR); in vmx_update_exception_bitmap()
1909 vcpu->arch.exception.vector == DB_VECTOR) && in vmx_update_emulated_instruction()
1911 vcpu->arch.exception_vmexit.vector == DB_VECTOR)) { in vmx_update_emulated_instruction()
5361 case DB_VECTOR: in rmode_exception()
5566 case DB_VECTOR: in handle_exception_nmi()
5600 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in handle_exception_nmi()
5848 vcpu->run->debug.arch.exception = DB_VECTOR; in handle_dr()
5852 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
H A Dnested.c4046 } else if (ex->vector == DB_VECTOR) { in nested_vmx_inject_exception_vmexit()
4103 if (!ex->pending || ex->vector != DB_VECTOR) in vmx_get_pending_dbg_trap()
/linux/arch/x86/kvm/svm/
H A Dnested.c1323 kvm_queue_exception(&(svm->vcpu), DB_VECTOR); in nested_svm_vmexit()
1558 } else if (ex->vector == DB_VECTOR) { in nested_svm_inject_exception_vmexit()
H A Dsvm.c1089 set_exception_intercept(svm, DB_VECTOR); in init_vmcb()
1978 kvm_queue_exception_p(vcpu, DB_VECTOR, payload); in db_interception()
1995 kvm_run->debug.arch.exception = DB_VECTOR; in db_interception()
3257 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,
H A Dsev.c4653 clr_exception_intercept(svm, DB_VECTOR); in sev_es_init_vmcb()
/linux/arch/x86/kvm/
H A Dx86.c757 if (mask & (1 << DB_VECTOR)) in exception_type()
777 case DB_VECTOR: in kvm_deliver_exception_payload()
9236 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_do_singlestep()
9240 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep()
9318 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_check_code_breakpoint()
9333 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in kvm_vcpu_check_code_breakpoint()
10740 if (vcpu->arch.exception.vector == DB_VECTOR) { in kvm_check_and_inject_events()
12536 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
H A Demulate.c545 return emulate_exception(ctxt, DB_VECTOR, 0, false); in emulate_db()