Home
last modified time | relevance | path

Searched refs:DBREG_DR7_RDWR (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/x86/x86/
H A Ddbreg.c148 access != DBREG_DR7_RDWR) in dbreg_set_watchpoint()
225 case DBREG_DR7_RDWR: in watchtype_str()
287 access = DBREG_DR7_RDWR; in kdb_cpu_set_watchpoint()
/freebsd/lib/libsys/i386/
H A Di386_set_watch.c56 case DBREG_DR7_RDWR: in i386_set_watch()
/freebsd/tools/test/popss/
H A Dpopss.c71 dbr.dr[7] |= DBREG_DR7_SET(0, DBREG_DR7_LEN_4, DBREG_DR7_RDWR, in setup()
/freebsd/sys/x86/include/
H A Dreg.h225 #define DBREG_DR7_RDWR 0x03 /* break on read or write */ macro