Searched refs:DBREG_DR6_B (Results 1 – 3 of 3) sorted by relevance
125 if ((code & DBREG_DR6_B(0)) != 0) { in gdb_cpu_stop_reason()128 if ((code & DBREG_DR6_B(1)) != 0) { in gdb_cpu_stop_reason()131 if ((code & DBREG_DR6_B(2)) != 0) { in gdb_cpu_stop_reason()134 if ((code & DBREG_DR6_B(3)) != 0) { in gdb_cpu_stop_reason()
161 if ((code & DBREG_DR6_B(0)) != 0) { in gdb_cpu_stop_reason()164 if ((code & DBREG_DR6_B(1)) != 0) { in gdb_cpu_stop_reason()167 if ((code & DBREG_DR6_B(2)) != 0) { in gdb_cpu_stop_reason()170 if ((code & DBREG_DR6_B(3)) != 0) { in gdb_cpu_stop_reason()
211 #define DBREG_DR6_B(i) (1 << (i)) macro