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

/freebsd-13-stable/sys/riscv/include/
H A Dreg.h69 int fill_dbregs(struct thread *, struct dbreg *);
/freebsd-13-stable/sys/arm/include/
H A Dreg.h38 int fill_dbregs(struct thread *, struct dbreg *);
/freebsd-13-stable/sys/powerpc/include/
H A Dreg.h68 int fill_dbregs(struct thread *, struct dbreg *);
80 #define fill_dbregs32(td, reg) fill_dbregs(td,(struct dbreg *)reg)
/freebsd-13-stable/sys/mips/include/
H A Dreg.h93 int fill_dbregs(struct thread *, struct dbreg *);
/freebsd-13-stable/sys/arm64/include/
H A Dreg.h94 int fill_dbregs(struct thread *, struct dbreg *);
/freebsd-13-stable/sys/x86/x86/
H A Ddbreg.c150 fill_dbregs(NULL, d);
200 fill_dbregs(NULL, d);
239 fill_dbregs(NULL, &d);
/freebsd-13-stable/sys/arm/arm/
H A Dmachdep_kdb.c133 fill_dbregs(struct thread *td, struct dbreg *regs) function
/freebsd-13-stable/sys/x86/include/
H A Dreg.h257 int fill_dbregs(struct thread *, struct dbreg *);
/freebsd-13-stable/sys/mips/mips/
H A Dmachdep.c493 fill_dbregs(struct thread *td, struct dbreg *dbregs) function
/freebsd-13-stable/sys/amd64/ia32/
H A Dia32_reg.c253 err = fill_dbregs(td, &dr);
/freebsd-13-stable/sys/riscv/riscv/
H A Dmachdep.c270 fill_dbregs(struct thread *td, struct dbreg *regs) function
273 panic("fill_dbregs");
/freebsd-13-stable/sys/kern/
H A Dsys_process.c129 PROC_ACTION(fill_dbregs(td, dbregs));
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c659 fill_dbregs(struct thread *td, struct dbreg *dbregs) function
/freebsd-13-stable/sys/arm64/arm64/
H A Dmachdep.c321 fill_dbregs(struct thread *td, struct dbreg *regs) function
/freebsd-13-stable/sys/amd64/amd64/
H A Dmachdep.c2449 fill_dbregs(struct thread *td, struct dbreg *dbregs) function
/freebsd-13-stable/sys/i386/i386/
H A Dmachdep.c3069 fill_dbregs(struct thread *td, struct dbreg *dbregs) function

Completed in 281 milliseconds