Searched refs:set_dbregs32 (Results 1 – 5 of 5) sorted by relevance
85 #ifndef set_dbregs3286 int set_dbregs32(struct thread *, struct dbreg32 *);
82 #define set_dbregs32(td, reg) set_dbregs(td,(struct dbreg *)reg) macro
254 set_dbregs32(struct thread *td, struct dbreg32 *regs) in set_dbregs32() function
392 set_dbregs32(struct thread *td, struct dbreg32 *regs) in set_dbregs32() function
310 return (set_dbregs32(td, dbregs32)); in proc_write_dbregs32()