Home
last modified time | relevance | path

Searched refs:mc_pc (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/mips/include/
H A Ducontext.h51 __register_t mc_pc; /* pc at time of signal */ member
67 int32_t mc_pc; member
/f-stack/freebsd/mips/mips/
H A Dfreebsd32_machdep.c196 mcp->mc_pc = mcp64.mc_pc; in get_mcontext32()
218 mcp64.mc_pc = mcp->mc_pc; in set_mcontext32()
378 sf.sf_uc.uc_mcontext.mc_pc = regs.r_regs[PC]; in freebsd32_sendsig()
H A Dpm_machdep.c112 sf.sf_uc.uc_mcontext.mc_pc = regs->pc; in sendsig()
353 mcp->mc_pc = td->td_frame->pc; in get_mcontext()
374 td->td_frame->pc = mcp->mc_pc; in set_mcontext()