HomeSort by: relevance | last modified time | path
    Searched refs:_REG_EPC (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/mips/include/
mcontext.h 77 #define _REG_EPC 35
163 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_EPC])
  /src/lib/libc/arch/mips/sys/
__sigtramp2.S 106 CFI_OFFSET_DWARF_REG(DWARF_SIGRETURN_REG, _REG_EPC)
  /src/lib/libc/arch/mips/gen/
makecontext.c 70 gr[_REG_EPC] = (intptr_t)func;
_lwp.c 69 gr[_REG_EPC] = (uintptr_t) start;
longjmp.c 100 uc.uc_mcontext.__gregs[_REG_EPC] = sc->sc_pc;
  /src/sys/arch/mips/mips/
cpu_subr.c 377 gr[_REG_EPC] = tf->tf_regs[_R_PC];
382 (void *) (intptr_t)gr[_REG_EPC])) != -1)
383 gr[_REG_EPC] = ras_pc;
456 tf->tf_regs[_R_PC] = gr[_REG_EPC];

Completed in 14 milliseconds