Searched refs:DBREG_DRX (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/amd64/amd64/ |
| H A D | db_trace.c | 448 DBREG_DRX(d, watchnum) = watchaddr; 467 DBREG_DRX(d, watchnum) = 0; 536 if (DBREG_DRX((d), i) >= addr && 537 DBREG_DRX((d), i) < addr + size) 587 db_printsym((db_addr_t)DBREG_DRX(&d, i), DB_STGY_ANY); in db_md_list_watchpoints() 597 db_printf(" dr%d 0x%016lx\n", i, DBREG_DRX(&d, i)); in db_md_list_watchpoints()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | db_trace.c | 672 DBREG_DRX(d, watchnum) = watchaddr; 691 DBREG_DRX(d, watchnum) = 0; 745 if ((DBREG_DRX((&d), i) >= addr) && 746 (DBREG_DRX((&d), i) < addr+size)) 785 db_printsym((db_addr_t)DBREG_DRX(&d, i), DB_STGY_ANY); in db_md_list_watchpoints() 795 db_printf(" dr%d 0x%08x\n", i, DBREG_DRX(&d, i)); in db_md_list_watchpoints()
|
| /f-stack/freebsd/x86/include/ |
| H A D | reg.h | 236 #define DBREG_DRX(d,x) ((d)->dr[(x)]) /* reference dr0 - dr7 by macro
|