Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dcall_frame_inst.c132 new_ctx->current_regs[SP_RSP] = old_ctx->cfa; in _Unw_Propagate_Registers()
162 ctx->entry_regs[SP_RSP] = ctx->cfa; in fix_cfa()
245 if (ctx->current_regs[FP_RBP] < ctx->current_regs[SP_RSP]) { in _Unw_Rollback_Registers()
254 ctx->entry_regs[SP_RSP] = ctx->cfa; in _Unw_Rollback_Registers()
276 if (ctx->cfa < ctx->current_regs[SP_RSP]) { in _Unw_Rollback_Registers()
385 case SP_RSP: in _Unw_get_val()
H A Dreg_num.h45 #define SP_RSP 7 /* stack pointer */ macro
H A Dunwind.c238 ctx->current_regs[SP_RSP] = fp2 + 16; in finish_capture()
/illumos-gate/usr/src/head/
H A Dstack_unwind.h260 #define SP_RSP 7 /* callee saves */ macro