Searched refs:dbreg32 (Results 1 – 7 of 7) sorted by relevance
205 struct dbreg32;210 int proc_read_dbregs32(struct thread *_td, struct dbreg32 *_dbreg32);211 int proc_write_dbregs32(struct thread *_td, struct dbreg32 *_dbreg32);
92 #define __dbreg32 dbreg32262 int fill_dbregs32(struct thread *, struct dbreg32 *);263 int set_dbregs32(struct thread *, struct dbreg32 *);
219 fill_dbregs32(struct thread *td, struct dbreg32 *regs) in fill_dbregs32()231 set_dbregs32(struct thread *td, struct dbreg32 *regs) in set_dbregs32()
83 struct dbreg32 { struct
57 struct dbreg32 { struct
93 struct dbreg32 r32; in procfs_doprocdbregs()
192 proc_read_dbregs32(struct thread *td, struct dbreg32 *dbregs32) in proc_read_dbregs32()199 proc_write_dbregs32(struct thread *td, struct dbreg32 *dbregs32) in proc_write_dbregs32()573 struct dbreg32 dbreg32; in sys_ptrace() member