Searched refs:fill_dbregs (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/x86/x86/ |
H A D | dbreg.c | 151 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 D | reg.h | 69 int fill_dbregs(struct thread *, struct dbreg *); 86 #define fill_dbregs32(td, reg) fill_dbregs(td,(struct dbreg *)reg)
|
/freebsd/sys/sys/ |
H A D | reg.h | 71 int fill_dbregs(struct thread *, struct dbreg *);
|
/freebsd/sys/arm/arm/ |
H A D | machdep_kdb.c | 159 fill_dbregs(struct thread *td, struct dbreg *regs) in fill_dbregs() function
|
/freebsd/sys/amd64/ia32/ |
H A D | ia32_reg.c | 247 err = fill_dbregs(td, &dr); in fill_dbregs32()
|
/freebsd/sys/riscv/riscv/ |
H A D | exec_machdep.c | 159 fill_dbregs(struct thread *td, struct dbreg *regs) in fill_dbregs() function
|
/freebsd/sys/arm64/arm64/ |
H A D | exec_machdep.c | 191 fill_dbregs(struct thread *td, struct dbreg *regs) in fill_dbregs() function
|
/freebsd/sys/amd64/amd64/ |
H A D | exec_machdep.c | 781 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs() function
|
/freebsd/sys/powerpc/powerpc/ |
H A D | exec_machdep.c | 740 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs() function
|
/freebsd/sys/i386/i386/ |
H A D | exec_machdep.c | 1276 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs() function
|
/freebsd/sys/kern/ |
H A D | sys_process.c | 118 return (fill_dbregs(td, dbregs)); in proc_read_dbregs()
|