Home
last modified time | relevance | path

Searched refs:DDB_TF (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/arch/sparc64/sparc64/
Ddb_interface.c124 { "tstate", (long *)&DDB_TF->tf_tstate, FCN_NULL, },
125 { "pc", (long *)&DDB_TF->tf_pc, FCN_NULL, },
126 { "npc", (long *)&DDB_TF->tf_npc, FCN_NULL, },
127 { "ipl", (long *)&DDB_TF->tf_oldpil, db__char_value, },
128 { "y", (long *)&DDB_TF->tf_y, db_var_rw_int, },
130 { "g1", (long *)&DDB_TF->tf_global[1], FCN_NULL, },
131 { "g2", (long *)&DDB_TF->tf_global[2], FCN_NULL, },
132 { "g3", (long *)&DDB_TF->tf_global[3], FCN_NULL, },
133 { "g4", (long *)&DDB_TF->tf_global[4], FCN_NULL, },
134 { "g5", (long *)&DDB_TF->tf_global[5], FCN_NULL, },
[all …]
Ddb_trace.c70 frame = (vaddr_t)DDB_TF->tf_out[6]; in db_stack_trace_print()
191 u_int64_t frame = DDB_TF->tf_out[6]; in db_dump_window()
254 frame = DDB_TF->tf_out[6]; in db_dump_stack()
/openbsd/src/sys/arch/sparc64/include/
Ddb_machdep.h83 #define DDB_TF (&ddb_regs.ddb_tf) macro