Searched refs:dbregs (Results 1 – 4 of 4) sorted by relevance
215 volatile db_regs_t dbregs; in ddb_suspend() local218 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() local263 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()
103 struct dbreg *dbregs; in x86_dbregs_clear() local112 dbregs = pcb->pcb_dbregs; in x86_dbregs_clear()120 pool_put(&x86_dbregspl, dbregs); in x86_dbregs_clear()
56 file arch/x86/x86/dbregs.c machdep
76 file arch/x86/x86/dbregs.c