Home
last modified time | relevance | path

Searched refs:SP_RSP (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libc/amd64/unwind/
H A Dcall_frame_inst.c131 new_ctx->current_regs[SP_RSP] = old_ctx->cfa; in _Unw_Propagate_Registers()
161 ctx->entry_regs[SP_RSP] = ctx->cfa; in fix_cfa()
244 if (ctx->current_regs[FP_RBP] < ctx->current_regs[SP_RSP]) { in _Unw_Rollback_Registers()
253 ctx->entry_regs[SP_RSP] = ctx->cfa; in _Unw_Rollback_Registers()
275 if (ctx->cfa < ctx->current_regs[SP_RSP]) { in _Unw_Rollback_Registers()
384 case SP_RSP: in _Unw_get_val()
H A Dreg_num.h47 #define SP_RSP 7 /* stack pointer */ macro
H A Dunwind.c239 ctx->current_regs[SP_RSP] = fp2 + 16; in finish_capture()
/titanic_50/usr/src/head/
H A Dstack_unwind.h262 #define SP_RSP 7 /* callee saves */ macro