Home
last modified time | relevance | path

Searched refs:fr_local (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/arch/sparc/sparc/
Ddb_interface.c136 { "l0", (long *)&DDB_FR->fr_local[0], FCN_NULL, },
137 { "l1", (long *)&DDB_FR->fr_local[1], FCN_NULL, },
138 { "l2", (long *)&DDB_FR->fr_local[2], FCN_NULL, },
139 { "l3", (long *)&DDB_FR->fr_local[3], FCN_NULL, },
140 { "l4", (long *)&DDB_FR->fr_local[4], FCN_NULL, },
141 { "l5", (long *)&DDB_FR->fr_local[5], FCN_NULL, },
142 { "l6", (long *)&DDB_FR->fr_local[6], FCN_NULL, },
143 { "l7", (long *)&DDB_FR->fr_local[7], FCN_NULL, },
/mirbsd/src/sys/arch/sparc/include/
Dframe.h53 int fr_local[8]; /* space to save locals (%l0..%l7) */ member