Searched refs:fill_dbregs (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/sys/arm64/include/
H A Dreg.h62 int fill_dbregs(struct thread *, struct dbreg *);
/freebsd-11-stable/sys/riscv/include/
H A Dreg.h68 int fill_dbregs(struct thread *, struct dbreg *);
/freebsd-11-stable/sys/arm/include/
H A Dreg.h38 int fill_dbregs(struct thread *, struct dbreg *);
/freebsd-11-stable/sys/powerpc/include/
H A Dreg.h72 int fill_dbregs(struct thread *, struct dbreg *);
84 #define fill_dbregs32(td, reg) fill_dbregs(td,(struct dbreg *)reg)
/freebsd-11-stable/sys/mips/include/
H A Dreg.h95 int fill_dbregs(struct thread *, struct dbreg *);
/freebsd-11-stable/sys/sparc64/include/
H A Dreg.h115 int fill_dbregs(struct thread *, struct dbreg *);
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep_kdb.c136 fill_dbregs(struct thread *td, struct dbreg *regs) function
/freebsd-11-stable/sys/x86/include/
H A Dreg.h255 int fill_dbregs(struct thread *, struct dbreg *);
/freebsd-11-stable/sys/i386/i386/
H A Ddb_trace.c669 fill_dbregs(NULL, &d);
707 fill_dbregs(NULL, &d);
743 fill_dbregs(NULL, &d);
H A Dmachdep.c3225 fill_dbregs(struct thread *td, struct dbreg *dbregs) function
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_trace.c496 fill_dbregs(NULL, d);
545 fill_dbregs(NULL, d);
588 fill_dbregs(NULL, &d);
H A Dmachdep.c2399 fill_dbregs(struct thread *td, struct dbreg *dbregs) function
/freebsd-11-stable/sys/mips/mips/
H A Dmachdep.c487 fill_dbregs(struct thread *td, struct dbreg *dbregs) function
/freebsd-11-stable/sys/amd64/ia32/
H A Dia32_reg.c224 err = fill_dbregs(td, &dr);
/freebsd-11-stable/sys/riscv/riscv/
H A Dmachdep.c219 fill_dbregs(struct thread *td, struct dbreg *regs) function
222 panic("fill_dbregs");
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmachdep.c1036 fill_dbregs(struct thread *td, struct dbreg *dbregs) function
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c601 fill_dbregs(struct thread *td, struct dbreg *dbregs) function
/freebsd-11-stable/sys/arm64/arm64/
H A Dmachdep.c244 fill_dbregs(struct thread *td, struct dbreg *regs) function
247 printf("ARM64TODO: fill_dbregs");
/freebsd-11-stable/sys/kern/
H A Dsys_process.c147 PROC_ACTION(fill_dbregs(td, dbregs));

Completed in 380 milliseconds