Searched defs:dbregs (Results 1 – 6 of 6) sorted by relevance
/freebsd/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 | 572 DB_SHOW_COMMAND_FLAGS(dbregs, db_show_dbregs, DB_CMD_MEMSAFE) in DB_SHOW_COMMAND_FLAGS() argument
|
/freebsd/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/sys/kern/ |
H A D | sys_process.c | 115 proc_read_dbregs(struct thread *td, struct dbreg *dbregs) in proc_read_dbregs() 122 proc_write_dbregs(struct thread *td, struct dbreg *dbregs) in proc_write_dbregs()
|
/freebsd/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()
|