Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Ddbreg.c147 if (access != DBREG_DR7_EXEC && access != DBREG_DR7_WRONLY && in dbreg_set_watchpoint()
227 case DBREG_DR7_WRONLY: in watchtype_str()
284 access = DBREG_DR7_WRONLY; in kdb_cpu_set_watchpoint()
/freebsd/lib/libsys/i386/
H A Di386_set_watch.c55 case DBREG_DR7_WRONLY: in i386_set_watch()
/freebsd/sys/x86/include/
H A Dreg.h224 #define DBREG_DR7_WRONLY 0x01 /* break on write */ macro