Searched refs:DBREG_DR7_WRONLY (Results 1 – 3 of 3) sorted by relevance
147 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()
55 case DBREG_DR7_WRONLY: in i386_set_watch()
224 #define DBREG_DR7_WRONLY 0x01 /* break on write */ macro