Lines Matching refs:gregs
169 (void) memcpy(dst, src->uc_mcontext.gregs, sizeof (gregset_t));
186 prgregset_t gregs;
210 (void) memcpy(gregs, regs, sizeof (gregs));
256 gregs[R_FP] = fp;
257 gregs[R_PC] = pc;
259 if ((rv = func(arg, gregs, argc, frame.args, frame_flags,
267 if (gregs[R_FP] != fp || gregs[R_PC] != pc) {
271 * iterator to change the contents of gregs. If we
275 fp = gregs[R_FP];
276 pc = gregs[R_PC];
284 ucontext_n_to_prgregs(&uc, gregs);
285 fp = gregs[R_FP];
286 pc = gregs[R_PC];