Searched refs:DB_VECTOR (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/tools/testing/selftests/kvm/x86_64/ |
D | debug_regs.c | 126 run->debug.arch.exception == DB_VECTOR && in main() 149 run->debug.arch.exception == DB_VECTOR && in main() 175 run->debug.arch.exception == DB_VECTOR && in main() 193 run->debug.arch.exception == DB_VECTOR && in main()
|
/Linux-v6.6/arch/x86/kvm/vmx/ |
D | vmcs.h | 100 return is_exception_n(intr_info, DB_VECTOR); in is_debug()
|
D | vmx.c | 877 (1u << DB_VECTOR) | (1u << AC_VECTOR); in vmx_update_exception_bitmap() 1766 vcpu->arch.exception.vector == DB_VECTOR) && in vmx_update_emulated_instruction() 1768 vcpu->arch.exception_vmexit.vector == DB_VECTOR)) { in vmx_update_emulated_instruction() 5106 case DB_VECTOR: in rmode_exception() 5264 case DB_VECTOR: in handle_exception_nmi() 5298 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in handle_exception_nmi() 5547 vcpu->run->debug.arch.exception = DB_VECTOR; in handle_dr() 5551 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
|
D | nested.c | 3868 } else if (ex->vector == DB_VECTOR) { in nested_vmx_inject_exception_vmexit() 3925 if (!ex->pending || ex->vector != DB_VECTOR) in vmx_get_pending_dbg_trap()
|
/Linux-v6.6/tools/arch/x86/include/uapi/asm/ |
D | svm.h | 160 { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" }, \
|
D | kvm.h | 19 #define DB_VECTOR 1 macro
|
/Linux-v6.6/arch/x86/include/uapi/asm/ |
D | svm.h | 160 { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" }, \
|
D | kvm.h | 19 #define DB_VECTOR 1 macro
|
/Linux-v6.6/arch/x86/kvm/svm/ |
D | nested.c | 1167 kvm_queue_exception(&(svm->vcpu), DB_VECTOR); in nested_svm_vmexit() 1414 } else if (ex->vector == DB_VECTOR) { in nested_svm_inject_exception_vmexit()
|
D | svm.c | 1266 set_exception_intercept(svm, DB_VECTOR); in init_vmcb() 2089 kvm_queue_exception_p(vcpu, DB_VECTOR, payload); in db_interception() 2106 kvm_run->debug.arch.exception = DB_VECTOR; in db_interception() 3280 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,
|
D | sev.c | 3040 clr_exception_intercept(svm, DB_VECTOR); in sev_es_init_vmcb()
|
/Linux-v6.6/arch/x86/kvm/ |
D | x86.c | 560 if (mask & (1 << DB_VECTOR)) in exception_type() 580 case DB_VECTOR: in kvm_deliver_exception_payload() 8712 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_do_singlestep() 8716 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep() 8796 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_check_code_breakpoint() 8811 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in kvm_vcpu_check_code_breakpoint() 10161 if (vcpu->arch.exception.vector == DB_VECTOR) { in kvm_check_and_inject_events() 11674 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
|
D | emulate.c | 595 return emulate_exception(ctxt, DB_VECTOR, 0, false); in emulate_db()
|