Home
last modified time | relevance | path

Searched refs:fill_dbregs32 (Results 1 – 5 of 5) sorted by last modified time

/freebsd/sys/arm64/arm64/
H A Dexec_machdep.c384 fill_dbregs32(struct thread *td, struct dbreg32 *regs) in fill_dbregs32() function
/freebsd/sys/kern/
H A Dsys_process.c313 PROC_ACTION(fill_dbregs32(td, dbregs32)); in proc_read_dbregs32()
/freebsd/sys/amd64/ia32/
H A Dia32_reg.c242 fill_dbregs32(struct thread *td, struct dbreg32 *regs) in fill_dbregs32() function
/freebsd/sys/sys/
H A Dreg.h82 #ifndef fill_dbregs32
83 int fill_dbregs32(struct thread *, struct dbreg32 *);
/freebsd/sys/powerpc/include/
H A Dreg.h86 #define fill_dbregs32(td, reg) fill_dbregs(td,(struct dbreg *)reg) macro