Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dreg.h233 #define DBREG_DR7_ACCESS(d, i) ((d) >> ((i) * 4 + 16) & 0x3) macro
/freebsd/sys/x86/x86/
H A Ddbreg.c247 type = DBREG_DR7_ACCESS(d.dr[7], i); in dbreg_list_watchpoints()
/freebsd/sys/amd64/amd64/
H A Dexec_machdep.c836 if (DBREG_DR7_ACCESS(dbregs->dr[7], i) == 0x02) in set_dbregs()
/freebsd/sys/i386/i386/
H A Dexec_machdep.c1322 if (DBREG_DR7_ACCESS(dbregs->dr[7], i) == 0x02) in set_dbregs()