Searched refs:set_dbregs (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/arm/include/ |
| H A D | reg.h | 39 int set_dbregs(struct thread *, struct dbreg *);
|
| /f-stack/freebsd/mips/include/ |
| H A D | reg.h | 94 int set_dbregs(struct thread *, struct dbreg *);
|
| /f-stack/freebsd/arm64/include/ |
| H A D | reg.h | 95 int set_dbregs(struct thread *, struct dbreg *);
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | db_trace.c | 509 set_dbregs(NULL, d); 542 set_dbregs(NULL, d); 609 set_dbregs(NULL, d); in amd64_db_resume_dbreg()
|
| H A D | machdep.c | 2497 set_dbregs(struct thread *td, struct dbreg *dbregs) in set_dbregs() function
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep_kdb.c | 141 set_dbregs(struct thread *td, struct dbreg *regs) in set_dbregs() function
|
| /f-stack/freebsd/x86/include/ |
| H A D | reg.h | 258 int set_dbregs(struct thread *, struct dbreg *);
|
| /f-stack/freebsd/i386/i386/ |
| H A D | db_trace.c | 728 set_dbregs(NULL, &d); 751 set_dbregs(NULL, &d);
|
| H A D | machdep.c | 3087 set_dbregs(struct thread *td, struct dbreg *dbregs) in set_dbregs() function
|
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_reg.c | 269 return (set_dbregs(td, &dr)); in set_dbregs32()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | machdep.c | 501 set_dbregs(struct thread *td, struct dbreg *dbregs) in set_dbregs() function
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | machdep.c | 364 set_dbregs(struct thread *td, struct dbreg *regs) in set_dbregs() function
|
| /f-stack/freebsd/kern/ |
| H A D | sys_process.c | 134 PROC_ACTION(set_dbregs(td, dbregs)); in proc_write_dbregs()
|