Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dreg.h61 int set_dbregs (struct lwp *lp, struct dbreg *dbregs);
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dprocfs_machdep.c101 return (set_dbregs(lp, dbregs)); in procfs_write_dbregs()
H A Ddb_trace.c583 set_dbregs(NULL, &d); in db_md_set_watchpoint()
604 set_dbregs(NULL, &d); in db_md_clr_watchpoint()
H A Dcpu_regs.c787 set_dbregs(struct lwp *lp, struct dbreg *dbregs) in set_dbregs() function
/dragonfly/sys/platform/pc64/x86_64/
H A Dprocfs_machdep.c100 return (set_dbregs(lp, dbregs)); in procfs_write_dbregs()
H A Ddb_trace.c590 set_dbregs(NULL, &d); in db_md_set_watchpoint()
611 set_dbregs(NULL, &d); in db_md_clr_watchpoint()
H A Dmachdep.c3124 set_dbregs(struct lwp *lp, struct dbreg *dbregs) in set_dbregs() function