Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dcall_frame_inst.c139 new_ctx->current_regs[EIR_R15] = old_ctx->entry_regs[EIR_R15]; in _Unw_Propagate_Registers()
259 ctx->entry_regs[EIR_R15] = ctx->current_regs[EIR_R15]; in _Unw_Rollback_Registers()
288 fix_reg(ctx, func_state, EIR_R15); in _Unw_Rollback_Registers()
389 case EIR_R15: in _Unw_get_val()
H A Dreg_num.h53 #define EIR_R15 15 /* callee saves */ macro
H A Dunwind.c492 if (index <= EIR_R15) { in _Unwind_GetGR()
504 if (index <= EIR_R15) { in _Unwind_SetGR()
/illumos-gate/usr/src/head/
H A Dstack_unwind.h264 #define EIR_R15 15 /* callee saves */ macro