Searched refs:REG_SP (Results 1 – 21 of 21) sorted by relevance
122 #define REG_SP REG_RSP macro131 #define REG_SP UESP
101 addr = ucp->uc_mcontext.gregs[REG_SP] + STACK_BIAS; in stack_violation()103 addr = ucp->uc_mcontext.gregs[REG_SP]; in stack_violation()
132 #define FRAME_PTR_REGISTER REG_SP
103 reg[REG_SP] = (greg_t)sp - STACK_BIAS; /* sp (when done) */ in makecontext()150 reg[REG_SP] = (greg_t)sp - STACK_BIAS; /* sp (when done) */ in __makecontext_v2()
56 reg[REG_SP] = getfp(); in getcontext()
55 reg[REG_SP] = getfp(); in swapcontext()
66 reg[REG_SP] = bp->sjs_sp; in siglongjmp()
69 reg[REG_SP] = bp->sjs_sp; in siglongjmp()
48 movq UC_GREG(REG_SP)(%rdi), %rsp
52 ucp->uc_mcontext.gregs[REG_SP] = (greg_t)stack; in kmdb_makecontext()
61 ucp->uc_mcontext.gregs[REG_SP] = (greg_t)(stack - STACK_BIAS); in kmdb_makecontext()
268 if (xaddr >= (unsigned)cp->user.u_reg[REG_SP] && in ptrace()269 xaddr < (unsigned)cp->user.u_reg[REG_SP]+16*sizeof (int)) in ptrace()289 else if (rx == REG_SP || rx == REG_PC || rx == REG_nPC) in ptrace()327 16*sizeof (int), (off_t)cp->user.u_reg[REG_SP]); in ptrace()646 16*sizeof (int), (off_t)cp->user.u_reg[REG_SP]); in ProcUpdate()
113 ucp->uc_mcontext.gregs[REG_SP] = (greg_t)sp; in makecontext()
86 #define REG_SP REG_O6 macro
32 value | REG_SP | int | ucontext.h | -POSIX+ -SUS+
239 fp = FRAMEP(uc.uc_mcontext.gregs[REG_SP]); in fex_log_entry()301 fp = FRAMEP(uap->uc_mcontext.gregs[REG_SP]); in __fex_mklog()
134 sc.sc_sp = ucp->uc_mcontext.gregs[REG_SP]; in ucbsigvechandler()285 ucp->uc_mcontext.gregs[REG_SP] = sc.sc_sp; in ucbsigvechandler()368 ucp->uc_mcontext.gregs[REG_SP] = scp->sc_sp; in __sigcleanup()
83 ucp->uc_mcontext.gregs[REG_SP] = (greg_t)(stack - STACK_BIAS); in setup_context()