Searched refs:mc_gregs (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/compat/linux/arch/m68k/
H A Dlinux_machdep.h114 linux_gregset_t mc_gregs; member in struct:linux_mcontext
H A Dlinux_machdep.c310 memcpy(kf.sf_uc.uc_mc.mc_gregs.gr_regs, frame->f_regs, sizeof(u_int)*16);
311 kf.sf_uc.uc_mc.mc_gregs.gr_pc = frame->f_pc;
312 kf.sf_uc.uc_mc.mc_gregs.gr_sr = frame->f_sr;
443 kf.sf_uc.uc_mc.mc_gregs.gr_regs[SP]);
729 memcpy(frame->f_regs, tuc.uc_mc.mc_gregs.gr_regs, sizeof(u_int)*16);
730 frame->f_pc = tuc.uc_mc.mc_gregs.gr_pc;
732 frame->f_sr = tuc.uc_mc.mc_gregs.gr_sr & ~(PSL_MBZ|PSL_IPL|PSL_S);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dhwprofile.c646 uctx->uc_mcontext.mc_gregs[MC_PC] = sctx->sigc_regs.tpc;
647 __collector_memcpy (&uctx->uc_mcontext.mc_gregs[3],
H A Ddispatcher.c149 uctx->uc_mcontext.mc_gregs[MC_PC] = sctx->sigc_regs.tpc;
150 __collector_memcpy (&uctx->uc_mcontext.mc_gregs[3],
H A Djprofile.c1236 sctx.sigc_regs.tpc = uc->uc_mcontext.mc_gregs[MC_PC];
1237 __collector_memcpy (sctx.sigc_regs.u_regs, &uc->uc_mcontext.mc_gregs[3], sizeof (sctx.sigc_regs.u_regs));
H A Dunwind.c105 #define GET_GREG(ctx,reg) (((ucontext_t*)ctx)->uc_mcontext.mc_gregs[(reg)])
106 #define GET_SP(ctx) (((ucontext_t*)ctx)->uc_mcontext.mc_gregs[MC_O6])
107 #define GET_PC(ctx) (((ucontext_t*)ctx)->uc_mcontext.mc_gregs[MC_PC])
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dhwprofile.c646 uctx->uc_mcontext.mc_gregs[MC_PC] = sctx->sigc_regs.tpc;
647 __collector_memcpy (&uctx->uc_mcontext.mc_gregs[3],
H A Ddispatcher.c172 uctx->uc_mcontext.mc_gregs[MC_PC] = sctx->sigc_regs.tpc;
173 __collector_memcpy (&uctx->uc_mcontext.mc_gregs[3],
H A Djprofile.c1230 sctx.sigc_regs.tpc = uc->uc_mcontext.mc_gregs[MC_PC];
1231 __collector_memcpy (sctx.sigc_regs.u_regs, &uc->uc_mcontext.mc_gregs[3], sizeof (sctx.sigc_regs.u_regs));
H A Dunwind.c105 #define GET_GREG(ctx,reg) (((ucontext_t*)ctx)->uc_mcontext.mc_gregs[(reg)])
106 #define GET_SP(ctx) (((ucontext_t*)ctx)->uc_mcontext.mc_gregs[MC_O6])
107 #define GET_PC(ctx) (((ucontext_t*)ctx)->uc_mcontext.mc_gregs[MC_PC])
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_linux.cc1954 # define mc_gregs gregs
1956 *pc = ucontext->uc_mcontext.mc_gregs[MC_PC];
1957 *sp = ucontext->uc_mcontext.mc_gregs[MC_O6];
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Ducontext.d696 mc_gregset_t mc_gregs;

Completed in 228 milliseconds