Home
last modified time | relevance | path

Searched defs:dbregs (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/sys/amd64/amd64/
H A Dexec_machdep.c781 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 Dmachdep.c571 DB_SHOW_COMMAND_FLAGS(dbregs,db_show_dbregs,DB_CMD_MEMSAFE) DB_SHOW_COMMAND_FLAGS() argument
/freebsd-src/sys/i386/i386/
H A Dexec_machdep.c1276 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 Dmachdep.c706 DB_SHOW_COMMAND_FLAGS(dbregs, db_show_dbregs, DB_CMD_MEMSAFE) in DB_SHOW_COMMAND_FLAGS() argument
/freebsd-src/sys/powerpc/powerpc/
H A Dexec_machdep.c740 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 Dsys_process.c125 return (set_dbregs(td, dbregs)); in proc_read_dbregs() argument
132 proc_write_dbregs(struct thread * td,struct dbreg * dbregs) proc_write_dbregs() argument