Searched refs:REG_RSP (Results 1 – 12 of 12) sorted by relevance
269 Addr sp = (*regs)[REG_RSP]; in setup_stack_frame()314 (*regs)[REG_RSP] = sp; in setup_stack_frame()349 (*regs)[REG_RSP] = sp; in setup_stack_frame()
66 REG_RSP, enumerator
92 return uc->uc_mcontext.gregs[REG_RSP];117 out->rsp = regs[REG_RSP];
161 ucontext.uc_mcontext.gregs[REG_RSP] = (greg_t) stack; in lwp_create()
128 case UNW_X86_64_RSP: addr = &uc->uc_mcontext.gregs[REG_RSP]; break; in x86_64_r_uc_addr()
49 #define REG_SP REG_RSP
45 #define REG_SP REG_RSP
153 enum { REG_RBP = 10, REG_RSP = 15, REG_RIP = 16 }; enumerator454 state.sp = reinterpret_cast<Address>(mcontext.gregs[REG_RSP]); in HandleProfilerSignal()
351 { " sp: ", context->uc_mcontext.gregs[REG_RSP] }, in StackDumpSignalHandler()
536 context.context.uc_mcontext.gregs[REG_RSP] = invalid_stack_pointer; in TEST()
1177 *sp = ucontext->uc_mcontext.gregs[REG_RSP]; in GetPcSpBp()
1349 #define VKI_REG_RSP REG_RSP