| /f-stack/freebsd/amd64/amd64/ |
| H A D | db_trace.c | 133 int access, struct dbreg *d); 134 int amd64_clr_watch(int watchnum, struct dbreg *d); 399 struct dbreg *d; 460 struct dbreg *d; 477 struct dbreg *d; 481 d = (struct dbreg *)PCPU_PTR(dbreg); 526 struct dbreg *d; 530 d = (struct dbreg *)PCPU_PTR(dbreg); 569 struct dbreg d; in db_md_list_watchpoints() 604 struct dbreg *d; in amd64_db_resume_dbreg() [all …]
|
| H A D | machdep.c | 2463 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs() 2497 set_dbregs(struct thread *td, struct dbreg *dbregs) in set_dbregs()
|
| /f-stack/freebsd/arm/include/ |
| H A D | reg.h | 27 struct dbreg { struct 38 int fill_dbregs(struct thread *, struct dbreg *); argument 39 int set_dbregs(struct thread *, struct dbreg *);
|
| /f-stack/freebsd/mips/include/ |
| H A D | reg.h | 67 struct dbreg { struct 93 int fill_dbregs(struct thread *, struct dbreg *); 94 int set_dbregs(struct thread *, struct dbreg *);
|
| /f-stack/freebsd/arm64/include/ |
| H A D | reg.h | 62 struct dbreg { struct 94 int fill_dbregs(struct thread *, struct dbreg *); argument 95 int set_dbregs(struct thread *, struct dbreg *);
|
| /f-stack/freebsd/x86/include/ |
| H A D | sysarch.h | 127 struct dbreg; 139 int i386_set_watch(int, unsigned int, int, int, struct dbreg *); 140 int i386_clr_watch(int, struct dbreg *);
|
| H A D | reg.h | 88 #define __dbreg32 dbreg 95 #define __dbreg64 dbreg 257 int fill_dbregs(struct thread *, struct dbreg *); 258 int set_dbregs(struct thread *, struct dbreg *);
|
| H A D | x86_var.h | 103 struct dbreg;
|
| /f-stack/freebsd/sys/ |
| H A D | ptrace.h | 197 struct dbreg; 203 int proc_read_dbregs(struct thread *_td, struct dbreg *_dbreg); 204 int proc_write_dbregs(struct thread *_td, struct dbreg *_dbreg);
|
| /f-stack/freebsd/arm/arm/ |
| H A D | debug_monitor.c | 594 struct dbreg *d; in dbg_setup_xpoint() 693 d = (struct dbreg *)pcpu->pc_dbreg; in dbg_setup_xpoint() 711 struct dbreg *d; in dbg_remove_xpoint() 749 d = (struct dbreg *)pcpu->pc_dbreg; in dbg_remove_xpoint() 975 CTASSERT(sizeof(struct dbreg) == sizeof(((struct pcpu *)NULL)->pc_dbreg)); 1014 struct dbreg *d; in dbg_resume_dbreg() 1028 d = (struct dbreg *)PCPU_PTR(dbreg); in dbg_resume_dbreg()
|
| H A D | machdep_kdb.c | 133 fill_dbregs(struct thread *td, struct dbreg *regs) in fill_dbregs() 141 set_dbregs(struct thread *td, struct dbreg *regs) in set_dbregs()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | db_trace.c | 203 struct dbreg *d); 204 int i386_clr_watch(int watchnum, struct dbreg *d); 626 struct dbreg *d; 684 struct dbreg *d; 701 struct dbreg d; 738 struct dbreg d; 771 struct dbreg d; in db_md_list_watchpoints()
|
| H A D | machdep.c | 3061 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs() 3087 set_dbregs(struct thread *td, struct dbreg *dbregs) in set_dbregs()
|
| /f-stack/freebsd/kern/ |
| H A D | sys_process.c | 124 proc_read_dbregs(struct thread *td, struct dbreg *dbregs) in proc_read_dbregs() 131 proc_write_dbregs(struct thread *td, struct dbreg *dbregs) in proc_write_dbregs() 472 struct dbreg dbreg; in sys_ptrace() member 499 bzero(&r.dbreg, sizeof(r.dbreg)); in sys_ptrace() 508 error = copyin(uap->addr, &r.dbreg, sizeof(r.dbreg)); in sys_ptrace() 547 error = copyout(&r.dbreg, uap->addr, sizeof(r.dbreg)); in sys_ptrace()
|
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_reg.c | 250 struct dbreg dr; in fill_dbregs32() 262 struct dbreg dr; in set_dbregs32()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | machdep.c | 493 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs() 501 set_dbregs(struct thread *td, struct dbreg *dbregs) in set_dbregs()
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_ptrace.c | 248 struct dbreg bsd_dbreg; in linux_ptrace()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | machdep.c | 321 fill_dbregs(struct thread *td, struct dbreg *regs) in fill_dbregs() 364 set_dbregs(struct thread *td, struct dbreg *regs) in set_dbregs()
|