Searched refs:DR7_DR0G (Results 1 – 2 of 2) sorted by relevance
175 if (!(flags & DR7_DR0G)) { in Debug_SetBreakpoint()177 write_dr7(flags | DR7_DR0G); in Debug_SetBreakpoint()205 flags &= ~DR7_DR0G; in Debug_ClearBreakpoint()230 if (flags & DR7_DR0G) { in Debug_ListBreakpoints()
197 #define DR7_DR0G 0x00000002 macro