Home
last modified time | relevance | path

Searched refs:dbreg32 (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/arm64/include/
H A Dreg.h80 struct dbreg32 { struct
101 int fill_dbregs32(struct thread *, struct dbreg32 *); argument
102 int set_dbregs32(struct thread *, struct dbreg32 *);
/f-stack/freebsd/sys/
H A Dptrace.h214 struct dbreg32;
219 int proc_read_dbregs32(struct thread *_td, struct dbreg32 *_dbreg32);
220 int proc_write_dbregs32(struct thread *_td, struct dbreg32 *_dbreg32);
/f-stack/freebsd/x86/include/
H A Dreg.h94 #define __dbreg32 dbreg32
264 int fill_dbregs32(struct thread *, struct dbreg32 *);
265 int set_dbregs32(struct thread *, struct dbreg32 *);
/f-stack/freebsd/mips/include/
H A Dreg.h81 struct dbreg32 { struct
/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c248 fill_dbregs32(struct thread *td, struct dbreg32 *regs) in fill_dbregs32()
260 set_dbregs32(struct thread *td, struct dbreg32 *regs) in set_dbregs32()
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c509 fill_dbregs32(struct thread *td, struct dbreg32 *regs) in fill_dbregs32()
517 set_dbregs32(struct thread *td, struct dbreg32 *regs) in set_dbregs32()
/f-stack/freebsd/kern/
H A Dsys_process.c172 proc_read_dbregs32(struct thread *td, struct dbreg32 *dbregs32) in proc_read_dbregs32()
179 proc_write_dbregs32(struct thread *td, struct dbreg32 *dbregs32) in proc_write_dbregs32()