Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Ddebug_regs.c129 run->debug.arch.exception == DB_VECTOR && in main()
152 run->debug.arch.exception == DB_VECTOR && in main()
178 run->debug.arch.exception == DB_VECTOR && in main()
196 run->debug.arch.exception == DB_VECTOR && in main()
/linux/arch/x86/kvm/vmx/
H A Dvmcs.h100 return is_exception_n(intr_info, DB_VECTOR); in is_debug()
H A Dnested.c3965 } else if (ex->vector == DB_VECTOR) { in nested_vmx_inject_exception_vmexit()
4022 if (!ex->pending || ex->vector != DB_VECTOR) in vmx_get_pending_dbg_trap()
/linux/arch/x86/include/uapi/asm/
H A Dsvm.h161 { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" }, \
H A Dkvm.h21 #define DB_VECTOR 1 macro
/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h161 { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" }, \
H A Dkvm.h21 #define DB_VECTOR 1 macro
/linux/arch/x86/kvm/svm/
H A Dsvm.c1258 set_exception_intercept(svm, DB_VECTOR); in init_vmcb()
2095 kvm_queue_exception_p(vcpu, DB_VECTOR, payload); in db_interception()
2112 kvm_run->debug.arch.exception = DB_VECTOR; in db_interception()
3315 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,
H A Dsev.c4535 clr_exception_intercept(svm, DB_VECTOR); in sev_es_init_vmcb()
/linux/arch/x86/kvm/
H A Dx86.c756 if (mask & (1 << DB_VECTOR)) in exception_type()
776 case DB_VECTOR: in kvm_deliver_exception_payload()
8922 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_do_singlestep()
8926 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep()
9004 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_check_code_breakpoint()
9019 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in kvm_vcpu_check_code_breakpoint()
10367 if (vcpu->arch.exception.vector == DB_VECTOR) { in kvm_check_and_inject_events()
12072 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
H A Demulate.c595 return emulate_exception(ctxt, DB_VECTOR, 0, false); in emulate_db()