Searched refs:dbreg32 (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/arm64/include/ |
| H A D | reg.h | 80 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 D | ptrace.h | 214 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 D | reg.h | 94 #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 D | reg.h | 81 struct dbreg32 { struct
|
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_reg.c | 248 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 D | machdep.c | 509 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 D | sys_process.c | 172 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()
|