Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Dsvm.c1643 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,
Dtrace.h242 { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" }, \
Dvmx.c1171 (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()
Demulate.c507 return emulate_exception(ctxt, DB_VECTOR, 0, false); in emulate_db()
Dx86.c5742 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
/linux-3.4.99/arch/x86/include/asm/
Dkvm_host.h77 #define DB_VECTOR 1 macro