Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/
H A Ddebug_regs.c114 run->debug.arch.exception == DB_VECTOR && in main()
137 run->debug.arch.exception == DB_VECTOR && in main()
163 run->debug.arch.exception == DB_VECTOR && in main()
181 run->debug.arch.exception == DB_VECTOR && in main()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmcs.h97 return is_exception_n(intr_info, DB_VECTOR); in is_debug()
H A Dvmx.c875 (1u << DB_VECTOR) | (1u << AC_VECTOR); in update_exception_bitmap()
1704 vcpu->arch.exception.nr == DB_VECTOR)) in vmx_update_emulated_instruction()
4775 case DB_VECTOR: in rmode_exception()
4936 case DB_VECTOR: in handle_exception_nmi()
4968 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in handle_exception_nmi()
5218 vcpu->run->debug.arch.exception = DB_VECTOR; in handle_dr()
5222 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
H A Dnested.c412 if (nr == DB_VECTOR) { in nested_vmx_check_exception()
3825 vcpu->arch.exception.nr == DB_VECTOR && in vmx_pending_dbg_trap()
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dsvm.h125 { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" }, \
H A Dkvm.h17 #define DB_VECTOR 1 macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/
H A Dsvm.h125 { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" }, \
H A Dkvm.h17 #define DB_VECTOR 1 macro
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c1123 set_exception_intercept(svm, DB_VECTOR); in init_vmcb()
1836 kvm_queue_exception_p(&svm->vcpu, DB_VECTOR, payload); in db_interception()
1853 kvm_run->debug.arch.exception = DB_VECTOR; in db_interception()
2901 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,
H A Dnested.c953 } else if (nr == DB_VECTOR) { in nested_svm_inject_exception_vmexit()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c477 if (mask & (1 << DB_VECTOR)) in exception_type()
500 case DB_VECTOR: in kvm_deliver_exception_payload()
7366 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_do_singlestep()
7370 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep()
7410 kvm_run->debug.arch.exception = DB_VECTOR; in kvm_vcpu_check_code_breakpoint()
7425 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in kvm_vcpu_check_code_breakpoint()
8506 if (vcpu->arch.exception.nr == DB_VECTOR) { in inject_pending_event()
9943 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
H A Demulate.c630 return emulate_exception(ctxt, DB_VECTOR, 0, false); in emulate_db()