Home
last modified time | relevance | path

Searched refs:fill_dbregs32 (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dreg.h105 #define fill_dbregs32(td, reg) 0 macro
/f-stack/freebsd/arm64/include/
H A Dreg.h101 int fill_dbregs32(struct thread *, struct dbreg32 *);
/f-stack/freebsd/x86/include/
H A Dreg.h264 int fill_dbregs32(struct thread *, struct dbreg32 *);
/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c248 fill_dbregs32(struct thread *td, struct dbreg32 *regs) in fill_dbregs32() function
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c509 fill_dbregs32(struct thread *td, struct dbreg32 *regs) in fill_dbregs32() function
/f-stack/freebsd/kern/
H A Dsys_process.c175 PROC_ACTION(fill_dbregs32(td, dbregs32)); in proc_read_dbregs32()