Home
last modified time | relevance | path

Searched refs:fill_dbregs (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/sys/
H A Dreg.h57 int fill_dbregs (struct lwp *lp, struct dbreg *dbregs);
/dragonfly/sys/platform/pc64/x86_64/
H A Ddb_trace.c563 fill_dbregs(NULL, &d); in db_md_set_watchpoint()
601 fill_dbregs(NULL, &d); in db_md_clr_watchpoint()
637 fill_dbregs(NULL, &d); in db_md_list_watchpoints()
H A Dprocfs_machdep.c94 return (fill_dbregs(lp, dbregs)); in procfs_read_dbregs()
H A Dmachdep.c3095 fill_dbregs(struct lwp *lp, struct dbreg *dbregs) in fill_dbregs() function
/dragonfly/sys/platform/vkernel64/x86_64/
H A Ddb_trace.c556 fill_dbregs(NULL, &d); in db_md_set_watchpoint()
594 fill_dbregs(NULL, &d); in db_md_clr_watchpoint()
630 fill_dbregs(NULL, &d); in db_md_list_watchpoints()
H A Dprocfs_machdep.c95 return (fill_dbregs(lp, dbregs)); in procfs_read_dbregs()
H A Dcpu_regs.c781 fill_dbregs(struct lwp *lp, struct dbreg *dbregs) in fill_dbregs() function