Searched refs:dbreg (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/sys/arm64/include/
H A Dreg.h50 struct dbreg { struct
62 int fill_dbregs(struct thread *, struct dbreg *);
63 int set_dbregs(struct thread *, struct dbreg *);
/freebsd-11-stable/sys/riscv/include/
H A Dreg.h56 struct dbreg { struct
68 int fill_dbregs(struct thread *, struct dbreg *);
69 int set_dbregs(struct thread *, struct dbreg *);
/freebsd-11-stable/sys/arm/include/
H A Dreg.h27 struct dbreg { struct
38 int fill_dbregs(struct thread *, struct dbreg *);
39 int set_dbregs(struct thread *, struct dbreg *);
/freebsd-11-stable/sys/powerpc/include/
H A Dreg.h34 struct dbreg { struct
58 struct dbreg data;
72 int fill_dbregs(struct thread *, struct dbreg *);
73 int set_dbregs(struct thread *, struct dbreg *);
84 #define fill_dbregs32(td, reg) fill_dbregs(td,(struct dbreg *)reg)
85 #define set_dbregs32(td, reg) set_dbregs(td,(struct dbreg *)reg)
/freebsd-11-stable/sys/mips/include/
H A Dreg.h69 struct dbreg { struct
95 int fill_dbregs(struct thread *, struct dbreg *);
96 int set_dbregs(struct thread *, struct dbreg *);
/freebsd-11-stable/lib/libc/i386/sys/
H A Di386_clr_watch.c36 i386_clr_watch(int watchnum, struct dbreg * d)
H A Di386_set_watch.c37 int access, struct dbreg * d)
/freebsd-11-stable/sys/sparc64/include/
H A Dreg.h97 struct dbreg { struct
115 int fill_dbregs(struct thread *, struct dbreg *);
116 int set_dbregs(struct thread *, struct dbreg *);
/freebsd-11-stable/sys/x86/include/
H A Dsysarch.h103 struct dbreg;
115 int i386_set_watch(int, unsigned int, int, int, struct dbreg *);
116 int i386_clr_watch(int, struct dbreg *);
H A Dreg.h86 #define __dbreg32 dbreg
93 #define __dbreg64 dbreg
255 int fill_dbregs(struct thread *, struct dbreg *);
256 int set_dbregs(struct thread *, struct dbreg *);
H A Dx86_var.h95 struct dbreg;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_i386.cpp38 struct dbreg { struct
54 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(dbreg, dr[reg_index]))
H A DRegisterContextOpenBSD_i386.cpp35 struct dbreg { struct
51 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(dbreg, dr[reg_index]))
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_trace.c58 CTASSERT(sizeof(struct dbreg) == sizeof(((struct pcpu *)NULL)->pc_dbreg));
136 int access, struct dbreg *d);
137 int amd64_clr_watch(int watchnum, struct dbreg *d);
410 struct dbreg *d;
472 struct dbreg *d;
490 struct dbreg *d;
494 d = (struct dbreg *)PCPU_PTR(dbreg);
539 struct dbreg *d;
543 d = (struct dbreg *)PCPU_PT
[all...]
/freebsd-11-stable/sys/sys/
H A Dptrace.h188 struct dbreg;
194 int proc_read_dbregs(struct thread *_td, struct dbreg *_dbreg);
195 int proc_write_dbregs(struct thread *_td, struct dbreg *_dbreg);
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep_kdb.c136 fill_dbregs(struct thread *td, struct dbreg *regs)
144 set_dbregs(struct thread *td, struct dbreg *regs)
H A Ddebug_monitor.c595 struct dbreg *d;
694 d = (struct dbreg *)pcpu->pc_dbreg;
712 struct dbreg *d;
750 d = (struct dbreg *)pcpu->pc_dbreg;
976 CTASSERT(sizeof(struct dbreg) == sizeof(((struct pcpu *)NULL)->pc_dbreg));
1015 struct dbreg *d;
1029 d = (struct dbreg *)PCPU_PTR(dbreg);
/freebsd-11-stable/sys/fs/procfs/
H A Dprocfs_dbregs.c90 struct dbreg r;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.h86 struct dbreg m_dbr_x86_64;
/freebsd-11-stable/sys/i386/i386/
H A Ddb_trace.c205 struct dbreg *d);
206 int i386_clr_watch(int watchnum, struct dbreg *d);
589 struct dbreg *d;
648 struct dbreg *d;
666 struct dbreg d;
704 struct dbreg d;
740 struct dbreg d;
/freebsd-11-stable/contrib/gdb/gdb/
H A Di386bsd-nat.c301 struct dbreg dbregs;
344 struct dbreg dbregs;
/freebsd-11-stable/sys/kern/
H A Dsys_process.c144 proc_read_dbregs(struct thread *td, struct dbreg *dbregs)
151 proc_write_dbregs(struct thread *td, struct dbreg *dbregs)
569 struct dbreg dbreg; member in union:__anon5356
607 BZERO(&r.dbreg, sizeof r.dbreg);
616 error = COPYIN(uap->addr, &r.dbreg, sizeof r.dbreg);
655 error = COPYOUT(&r.dbreg, uap->addr, sizeof r.dbreg);
[all...]
/freebsd-11-stable/tools/test/popss/
H A Dpopss.c58 struct dbreg dbr;
/freebsd-11-stable/sys/mips/mips/
H A Dmachdep.c487 fill_dbregs(struct thread *td, struct dbreg *dbregs)
495 set_dbregs(struct thread *td, struct dbreg *dbregs)
/freebsd-11-stable/sys/amd64/ia32/
H A Dia32_reg.c221 struct dbreg dr;
233 struct dbreg dr;

Completed in 177 milliseconds

12