Searched refs:DR6_BD (Results 1 – 4 of 4) sorted by relevance
15 #define DR6_BD (1 << 13) macro196 target_dr6 = 0xffff0ff0 | DR6_BD; in main()
211 #define DR6_BD (1 << 13) macro
5268 vcpu->run->debug.arch.dr6 = DR6_BD | DR6_ACTIVE_LOW; in handle_dr()5275 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
4194 dr6 |= DR6_BD | DR6_ACTIVE_LOW; in check_dr_read()