Searched refs:greg_t (Results 1 – 10 of 10) sorted by relevance
155 ucontext.uc_mcontext.gregs[EIP] = (greg_t) thread_func; in lwp_create()156 ucontext.uc_mcontext.gregs[UESP] = (greg_t) stack; in lwp_create()157 ucontext.uc_mcontext.gregs[EBP] = (greg_t) stack; in lwp_create()160 ucontext.uc_mcontext.gregs[REG_RIP] = (greg_t) thread_func; in lwp_create()161 ucontext.uc_mcontext.gregs[REG_RSP] = (greg_t) stack; in lwp_create()162 ucontext.uc_mcontext.gregs[REG_RBP] = (greg_t) stack; in lwp_create()
42 typedef uint64_t greg_t; typedef45 greg_t gregs[23];
13 typedef uint64_t greg_t; typedef
49 typedef unsigned long greg_t; typedef
17 typedef unsigned long greg_t; typedef
47 typedef uint32_t greg_t; typedef
20 typedef elf_greg_t greg_t; typedef
390 SECCOMP_RESULT(ctx) = static_cast<greg_t>(ret_val); in PutValueInUcontext()
53 const greg_t* regs = uc->uc_mcontext.gregs; in FillCPUContext()101 const greg_t* regs = uc->uc_mcontext.gregs;
313 greg_t value; in StackDumpSignalHandler()