Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dreg.h39 int set_dbregs(struct thread *, struct dbreg *);
/f-stack/freebsd/mips/include/
H A Dreg.h94 int set_dbregs(struct thread *, struct dbreg *);
/f-stack/freebsd/arm64/include/
H A Dreg.h95 int set_dbregs(struct thread *, struct dbreg *);
/f-stack/freebsd/amd64/amd64/
H A Ddb_trace.c509 set_dbregs(NULL, d);
542 set_dbregs(NULL, d);
609 set_dbregs(NULL, d); in amd64_db_resume_dbreg()
H A Dmachdep.c2497 set_dbregs(struct thread *td, struct dbreg *dbregs) in set_dbregs() function
/f-stack/freebsd/arm/arm/
H A Dmachdep_kdb.c141 set_dbregs(struct thread *td, struct dbreg *regs) in set_dbregs() function
/f-stack/freebsd/x86/include/
H A Dreg.h258 int set_dbregs(struct thread *, struct dbreg *);
/f-stack/freebsd/i386/i386/
H A Ddb_trace.c728 set_dbregs(NULL, &d);
751 set_dbregs(NULL, &d);
H A Dmachdep.c3087 set_dbregs(struct thread *td, struct dbreg *dbregs) in set_dbregs() function
/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c269 return (set_dbregs(td, &dr)); in set_dbregs32()
/f-stack/freebsd/mips/mips/
H A Dmachdep.c501 set_dbregs(struct thread *td, struct dbreg *dbregs) in set_dbregs() function
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c364 set_dbregs(struct thread *td, struct dbreg *regs) in set_dbregs() function
/f-stack/freebsd/kern/
H A Dsys_process.c134 PROC_ACTION(set_dbregs(td, dbregs)); in proc_write_dbregs()