Searched refs:DDB_FP (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | db_interface.c | 161 { "f0", (long *)&DDB_FP->fs_regs[0], FCN_NULL, }, 162 { "f2", (long *)&DDB_FP->fs_regs[2], FCN_NULL, }, 163 { "f4", (long *)&DDB_FP->fs_regs[4], FCN_NULL, }, 164 { "f6", (long *)&DDB_FP->fs_regs[6], FCN_NULL, }, 165 { "f8", (long *)&DDB_FP->fs_regs[8], FCN_NULL, }, 166 { "f10", (long *)&DDB_FP->fs_regs[10], FCN_NULL, }, 167 { "f12", (long *)&DDB_FP->fs_regs[12], FCN_NULL, }, 168 { "f14", (long *)&DDB_FP->fs_regs[14], FCN_NULL, }, 169 { "f16", (long *)&DDB_FP->fs_regs[16], FCN_NULL, }, 193 { "fsr", (long *)&DDB_FP->fs_fsr, FCN_NULL, }, [all …]
|
/openbsd/sys/arch/sparc64/include/ |
H A D | db_machdep.h | 85 #define DDB_FP (&ddb_regs.ddb_fpstate) macro
|