Home
last modified time | relevance | path

Searched refs:dbreg (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Ddb_trace.c133 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 Dmachdep.c2463 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 Dreg.h27 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 Dreg.h67 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 Dreg.h62 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 Dsysarch.h127 struct dbreg;
139 int i386_set_watch(int, unsigned int, int, int, struct dbreg *);
140 int i386_clr_watch(int, struct dbreg *);
H A Dreg.h88 #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 Dx86_var.h103 struct dbreg;
/f-stack/freebsd/sys/
H A Dptrace.h197 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 Ddebug_monitor.c594 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 Dmachdep_kdb.c133 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 Ddb_trace.c203 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 Dmachdep.c3061 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 Dsys_process.c124 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 Dia32_reg.c250 struct dbreg dr; in fill_dbregs32()
262 struct dbreg dr; in set_dbregs32()
/f-stack/freebsd/mips/mips/
H A Dmachdep.c493 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 Dlinux_ptrace.c248 struct dbreg bsd_dbreg; in linux_ptrace()
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c321 fill_dbregs(struct thread *td, struct dbreg *regs) in fill_dbregs()
364 set_dbregs(struct thread *td, struct dbreg *regs) in set_dbregs()