Searched refs:sfip (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/arch/m88k/include/
H A Dreg.h46 unsigned long sfip; member in struct:reg
H A Dm88100.h75 regs->sfip = regs->snip;
H A Dframe.h57 #define tf_sfip tf_regs.sfip
H A Dcpu.h282 (regs)->sfip & FIP_ADDR)))
/openbsd-current/regress/sys/ptrace/
H A Dptrace.c94 regs.sfip |= 0x03;
/openbsd-current/sys/arch/m88k/m88k/
H A Ddb_trace.c94 N("sxip", sxip), N("snip", snip), N("sfip", sfip), N("ssbr", ssbr),
228 /* sfip is reasonable */
229 if ((regs->sfip & ~FIP_ADDR) != FIP_V)
922 frame.sfip = frame.snip + 4;

Completed in 289 milliseconds