Home
last modified time | relevance | path

Searched refs:PCB_REG_PC (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dgdb_machdep.c141 return (&kdb_thrctx->pcb_context[PCB_REG_PC]); in gdb_cpu_getreg()
H A Dswtch.S170 SAVE_U_PCB_CONTEXT(ra, PCB_REG_PC, a0)
226 SAVE_U_PCB_CONTEXT(ra, PCB_REG_PC, a0) # save return address
H A Ddb_trace.c445 pc = (register_t)ctx->pcb_context[PCB_REG_PC]; in db_trace_thread()
H A Dpm_machdep.c303 pcb->pcb_context[PCB_REG_PC] = tf->pc; in makectx()
H A Dvm_machdep.c587 DB_PRINT_REG_ARRAY(pcb, pcb_context, PCB_REG_PC); in DB_SHOW_COMMAND()
/f-stack/freebsd/mips/include/
H A Dpcb.h63 #define PCB_REG_PC 13 macro