Home
last modified time | relevance | path

Searched refs:PCB_REG_GP (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dgdb_machdep.c133 return (&kdb_thrctx->pcb_context[PCB_REG_GP]); in gdb_cpu_getreg()
H A Dswtch.S164 SAVE_U_PCB_CONTEXT(gp, PCB_REG_GP, a0)
222 SAVE_U_PCB_CONTEXT(gp, PCB_REG_GP, a0)
H A Dvm_machdep.c586 DB_PRINT_REG_ARRAY(pcb, pcb_context, PCB_REG_GP); in DB_SHOW_COMMAND()
/f-stack/freebsd/mips/include/
H A Dpcb.h62 #define PCB_REG_GP 12 macro