Searched defs:dbregs (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/sys/amd64/amd64/ |
H A D | exec_machdep.c | 781 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs() 815 set_dbregs(struct thread *td, struct dbreg *dbregs) in set_dbregs()
|
H A D | machdep.c | 571 DB_SHOW_COMMAND_FLAGS(dbregs,db_show_dbregs,DB_CMD_MEMSAFE) DB_SHOW_COMMAND_FLAGS() argument
|
/freebsd-src/sys/i386/i386/ |
H A D | exec_machdep.c | 1276 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs() 1302 set_dbregs(struct thread *td, struct dbreg *dbregs) in set_dbregs()
|
H A D | machdep.c | 706 DB_SHOW_COMMAND_FLAGS(dbregs, db_show_dbregs, DB_CMD_MEMSAFE) in DB_SHOW_COMMAND_FLAGS() argument
|
/freebsd-src/sys/powerpc/powerpc/ |
H A D | exec_machdep.c | 740 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs() 778 set_dbregs(struct thread *td, struct dbreg *dbregs) in set_dbregs()
|
/freebsd-src/sys/kern/ |
H A D | sys_process.c | 125 return (set_dbregs(td, dbregs)); in proc_read_dbregs() argument 132 proc_write_dbregs(struct thread * td,struct dbreg * dbregs) proc_write_dbregs() argument
|