Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Ddbreg.c151 fill_dbregs(NULL, d); in dbreg_set_watchpoint()
201 fill_dbregs(NULL, d); in dbreg_clr_watchpoint()
240 fill_dbregs(NULL, &d); in dbreg_list_watchpoints()
/freebsd/sys/powerpc/include/
H A Dreg.h69 int fill_dbregs(struct thread *, struct dbreg *);
86 #define fill_dbregs32(td, reg) fill_dbregs(td,(struct dbreg *)reg)
/freebsd/sys/sys/
H A Dreg.h71 int fill_dbregs(struct thread *, struct dbreg *);
/freebsd/sys/arm/arm/
H A Dmachdep_kdb.c159 fill_dbregs(struct thread *td, struct dbreg *regs) in fill_dbregs() function
/freebsd/sys/amd64/ia32/
H A Dia32_reg.c247 err = fill_dbregs(td, &dr); in fill_dbregs32()
/freebsd/sys/riscv/riscv/
H A Dexec_machdep.c159 fill_dbregs(struct thread *td, struct dbreg *regs) in fill_dbregs() function
/freebsd/sys/arm64/arm64/
H A Dexec_machdep.c191 fill_dbregs(struct thread *td, struct dbreg *regs) in fill_dbregs() function
/freebsd/sys/amd64/amd64/
H A Dexec_machdep.c781 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs() function
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c740 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs() function
/freebsd/sys/kern/
H A Dsys_process.c128 PROC_ACTION(fill_dbregs(td, dbregs)); in proc_read_dbregs()
/freebsd/sys/i386/i386/
H A Dexec_machdep.c1276 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs() function