Searched refs:entry_regs (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dcall_frame_inst.c132 new_ctx->current_regs[FP_RBP] = old_ctx->entry_regs[FP_RBP];
133 new_ctx->current_regs[GPR_RBX] = old_ctx->entry_regs[GPR_RBX];
134 new_ctx->current_regs[EIR_R12] = old_ctx->entry_regs[EIR_R12];
135 new_ctx->current_regs[EIR_R13] = old_ctx->entry_regs[EIR_R13];
136 new_ctx->current_regs[EIR_R14] = old_ctx->entry_regs[EIR_R14];
137 new_ctx->current_regs[EIR_R15] = old_ctx->entry_regs[EIR_R15];
160 ctx->entry_regs[SP_RSP] = ctx->cfa;
191 ctx->entry_regs[index] = ctx->current_regs[index];
194 ctx->entry_regs[index] = *(uint64_t *)
198 ctx->entry_regs[inde
[all...]
H A Dunwind_context.h42 uint64_t entry_regs[16]; member in struct:_Unwind_Context

Completed in 20 milliseconds