Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dreg.h38 int fill_dbregs(struct thread *, struct dbreg *);
/f-stack/freebsd/mips/include/
H A Dreg.h93 int fill_dbregs(struct thread *, struct dbreg *);
/f-stack/freebsd/arm64/include/
H A Dreg.h94 int fill_dbregs(struct thread *, struct dbreg *);
/f-stack/freebsd/amd64/amd64/
H A Ddb_trace.c483 fill_dbregs(NULL, d);
532 fill_dbregs(NULL, d);
572 fill_dbregs(NULL, &d); in db_md_list_watchpoints()
H A Dmachdep.c2463 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs() function
/f-stack/freebsd/arm/arm/
H A Dmachdep_kdb.c133 fill_dbregs(struct thread *td, struct dbreg *regs) in fill_dbregs() function
/f-stack/freebsd/i386/i386/
H A Ddb_trace.c704 fill_dbregs(NULL, &d);
741 fill_dbregs(NULL, &d);
774 fill_dbregs(NULL, &d); in db_md_list_watchpoints()
H A Dmachdep.c3061 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs() function
/f-stack/freebsd/x86/include/
H A Dreg.h257 int fill_dbregs(struct thread *, struct dbreg *);
/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c253 err = fill_dbregs(td, &dr); in fill_dbregs32()
/f-stack/freebsd/mips/mips/
H A Dmachdep.c493 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs() function
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c321 fill_dbregs(struct thread *td, struct dbreg *regs) in fill_dbregs() function
/f-stack/freebsd/kern/
H A Dsys_process.c127 PROC_ACTION(fill_dbregs(td, dbregs)); in proc_read_dbregs()