Home
last modified time | relevance | path

Searched refs:DBREG_DR6_B (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/sys/i386/i386/
HDgdb_machdep.c125 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()
/freebsd-head/sys/amd64/amd64/
HDgdb_machdep.c161 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()
/freebsd-head/sys/x86/include/
HDreg.h211 #define DBREG_DR6_B(i) (1 << (i)) macro