Searched refs:DR6_BD (Results 1 – 4 of 4) sorted by relevance
234 #define DR6_BD (1 << 13) macro
5484 vcpu->run->debug.arch.dr6 = DR6_BD | DR6_ACTIVE_LOW; in handle_dr()5491 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
4049 return ex->payload & ~DR6_BD; in vmx_get_pending_dbg_trap()
3865 dr6 |= DR6_BD | DR6_ACTIVE_LOW; in check_dr_read()
Completed in 43 milliseconds