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

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

Completed in 75 milliseconds