Searched refs:DB_VECTOR (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/arch/x86/kvm/ |
D | svm.c | 1643 clr_exception_intercept(svm, DB_VECTOR); in update_db_intercept() 1647 set_exception_intercept(svm, DB_VECTOR); in update_db_intercept() 1652 set_exception_intercept(svm, DB_VECTOR); in update_db_intercept() 1735 kvm_queue_exception(&svm->vcpu, DB_VECTOR); in db_interception() 1752 kvm_run->debug.arch.exception = DB_VECTOR; in db_interception() 3288 [SVM_EXIT_EXCP_BASE + DB_VECTOR] = db_interception,
|
D | trace.h | 242 { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" }, \
|
D | vmx.c | 1171 (1u << NM_VECTOR) | (1u << DB_VECTOR); in update_exception_bitmap() 4129 case DB_VECTOR: in handle_rmode_exception() 4250 case DB_VECTOR: in handle_exception() 4255 kvm_queue_exception(vcpu, DB_VECTOR); in handle_exception() 4480 vcpu->run->debug.arch.exception = DB_VECTOR; in handle_dr() 4487 kvm_queue_exception(vcpu, DB_VECTOR); in handle_dr()
|
D | emulate.c | 507 return emulate_exception(ctxt, DB_VECTOR, 0, false); in emulate_db()
|
D | x86.c | 5742 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
|
/linux-3.4.99/arch/x86/include/asm/ |
D | kvm_host.h | 77 #define DB_VECTOR 1 macro
|