Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Ddebug_regs.c192 run->debug.arch.exception == DB_VECTOR && in main()
215 run->debug.arch.exception == DB_VECTOR && in main()
241 run->debug.arch.exception == DB_VECTOR &&
259 run->debug.arch.exception == DB_VECTOR &&
274 run->debug.arch.exception == DB_VECTOR &&
288 vm_install_exception_handler(vm, DB_VECTOR, guest_db_handler);
/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.c907 (1u << DB_VECTOR) | (1u << AC_VECTOR); in vmx_update_exception_bitmap()
1896 vcpu->arch.exception.vector == DB_VECTOR) && in vmx_update_emulated_instruction()
1898 vcpu->arch.exception_vmexit.vector == DB_VECTOR)) { in vmx_update_emulated_instruction()
1943 if (ex->vector == DB_VECTOR && in vmx_inject_exception()
5315 case DB_VECTOR: in rmode_exception()
5520 case DB_VECTOR: in handle_exception_nmi()
5537 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in handle_exception_nmi()
5782 vcpu->run->debug.arch.exception = DB_VECTOR; in handle_dr()
5786 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
/linux/arch/x86/kvm/svm/
H A Dsvm.c1147 set_exception_intercept(svm, DB_VECTOR); in init_vmcb()
2045 kvm_queue_exception_p(vcpu, DB_VECTOR, payload); in db_interception()
2062 kvm_run->debug.arch.exception = DB_VECTOR; in db_interception()
2092 kvm_queue_exception(vcpu, DB_VECTOR); in icebp_interception()
3373 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,