Searched refs:fill_dbregs32 (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/mips/include/
H A Dreg.h105 #define fill_dbregs32(td, reg) 0 macro
/freebsd-12-stable/sys/arm64/include/
H A Dreg.h83 int fill_dbregs32(struct thread *, struct dbreg32 *);
/freebsd-12-stable/sys/powerpc/include/
H A Dreg.h80 #define fill_dbregs32(td, reg) fill_dbregs(td,(struct dbreg *)reg) macro
/freebsd-12-stable/sys/x86/include/
H A Dreg.h264 int fill_dbregs32(struct thread *, struct dbreg32 *);
/freebsd-12-stable/sys/amd64/ia32/
H A Dia32_reg.c249 fill_dbregs32(struct thread *td, struct dbreg32 *regs) function
/freebsd-12-stable/sys/arm64/arm64/
H A Dmachdep.c335 fill_dbregs32(struct thread *td, struct dbreg32 *regs) function
338 printf("ARM64TODO: fill_dbregs32");
/freebsd-12-stable/sys/kern/
H A Dsys_process.c201 PROC_ACTION(fill_dbregs32(td, dbregs32));

Completed in 189 milliseconds