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

12

/freebsd-13-stable/sys/riscv/include/
H A Dreg.h57 struct dbreg { struct
69 int fill_dbregs(struct thread *, struct dbreg *);
70 int set_dbregs(struct thread *, struct dbreg *);
/freebsd-13-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-13-stable/sys/powerpc/include/
H A Dreg.h30 struct dbreg { struct
54 struct dbreg data;
68 int fill_dbregs(struct thread *, struct dbreg *);
69 int set_dbregs(struct thread *, struct dbreg *);
80 #define fill_dbregs32(td, reg) fill_dbregs(td,(struct dbreg *)reg)
81 #define set_dbregs32(td, reg) set_dbregs(td,(struct dbreg *)reg)
/freebsd-13-stable/sys/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 *);
/freebsd-13-stable/lib/libc/i386/sys/
H A Di386_clr_watch.c38 i386_clr_watch(int watchnum, struct dbreg * d)
H A Di386_set_watch.c39 int access, struct dbreg * d)
/freebsd-13-stable/sys/x86/x86/
H A Ddbreg.c54 int access, struct dbreg *d)
101 dbreg_clr_watchreg(int watchnum, struct dbreg *d)
114 dbreg_sync(struct dbreg *dp)
134 struct dbreg *d;
138 d = (struct dbreg *)PCPU_PTR(dbreg);
141 struct dbreg d_temp;
190 struct dbreg *d;
194 d = (struct dbreg *)PCPU_PTR(dbreg);
[all...]
/freebsd-13-stable/sys/arm64/include/
H A Dreg.h62 struct dbreg { struct
94 int fill_dbregs(struct thread *, struct dbreg *);
95 int set_dbregs(struct thread *, struct dbreg *);
/freebsd-13-stable/sys/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;
/freebsd-13-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-13-stable/sys/sys/
H A Dptrace.h218 struct dbreg;
224 int proc_read_dbregs(struct thread *_td, struct dbreg *_dbreg);
225 int proc_write_dbregs(struct thread *_td, struct dbreg *_dbreg);
/freebsd-13-stable/sys/arm/arm/
H A Dmachdep_kdb.c133 fill_dbregs(struct thread *td, struct dbreg *regs)
141 set_dbregs(struct thread *td, struct dbreg *regs)
H A Ddebug_monitor.c623 struct dbreg *d;
724 d = (struct dbreg *)pcpu->pc_dbreg;
742 struct dbreg *d;
780 d = (struct dbreg *)pcpu->pc_dbreg;
1006 CTASSERT(sizeof(struct dbreg) == sizeof(((struct pcpu *)NULL)->pc_dbreg));
1045 struct dbreg *d;
1059 d = (struct dbreg *)PCPU_PTR(dbreg);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.h90 struct dbreg m_dbr;
/freebsd-13-stable/sys/fs/procfs/
H A Dprocfs_dbregs.c90 struct dbreg r;
/freebsd-13-stable/sys/kern/
H A Dsys_process.c126 proc_read_dbregs(struct thread *td, struct dbreg *dbregs)
133 proc_write_dbregs(struct thread *td, struct dbreg *dbregs)
475 struct dbreg dbreg; member in union:__anon14765
502 bzero(&r.dbreg, sizeof(r.dbreg));
511 error = copyin(uap->addr, &r.dbreg, sizeof(r.dbreg));
556 error = copyout(&r.dbreg, uap->addr, sizeof(r.dbreg));
[all...]
/freebsd-13-stable/tools/test/popss/
H A Dpopss.c58 struct dbreg dbr;
/freebsd-13-stable/sys/mips/mips/
H A Dmachdep.c493 fill_dbregs(struct thread *td, struct dbreg *dbregs)
501 set_dbregs(struct thread *td, struct dbreg *dbregs)
/freebsd-13-stable/sys/amd64/ia32/
H A Dia32_reg.c250 struct dbreg dr;
262 struct dbreg dr;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp114 struct dbreg *r = (struct dbreg *)addr;
350 struct dbreg regs;
382 struct dbreg regs;
/freebsd-13-stable/sys/amd64/amd64/
H A Ddb_trace.c56 CTASSERT(sizeof(struct dbreg) == sizeof(((struct pcpu *)NULL)->pc_dbreg));
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_ptrace.c248 struct dbreg bsd_dbreg;

Completed in 143 milliseconds

12