Home
last modified time | relevance | path

Searched refs:dbregs (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/sparc/sparc/
H A Ddb_interface.c215 volatile db_regs_t dbregs; in ddb_suspend() local
218 dbregs.db_tf = *tf; in ddb_suspend()
219 dbregs.db_fr = *(struct frame *)tf->tf_out[6]; in ddb_suspend()
221 cpuinfo.ci_ddb_regs = &dbregs; in ddb_suspend()
234 db_regs_t dbregs; in kdb_trap() local
263 dbregs.db_tf = *tf; in kdb_trap()
264 dbregs.db_fr = *(struct frame *)tf->tf_out[6]; in kdb_trap()
268 curcpu()->ci_ddb_regs = ddb_regp = &dbregs; in kdb_trap()
281 *(struct frame *)tf->tf_out[6] = dbregs.db_fr; in kdb_trap()
282 *tf = dbregs.db_tf; in kdb_trap()
/netbsd-src/sys/arch/x86/x86/
H A Ddbregs.c103 struct dbreg *dbregs; in x86_dbregs_clear() local
112 dbregs = pcb->pcb_dbregs; in x86_dbregs_clear()
120 pool_put(&x86_dbregspl, dbregs); in x86_dbregs_clear()
/netbsd-src/sys/arch/amd64/conf/
H A Dfiles.amd6456 file arch/x86/x86/dbregs.c machdep
/netbsd-src/sys/arch/i386/conf/
H A Dfiles.i38676 file arch/x86/x86/dbregs.c