Searched refs:PCB_REG_GP (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_mips.c85 supply_register(MIPS_FP_REGNUM, (char *)&pcb.pcb_context[PCB_REG_GP]);
/freebsd-11-stable/sys/mips/include/
H A Dpcb.h60 #define PCB_REG_GP 12 macro
/freebsd-11-stable/sys/mips/mips/
H A Dgdb_machdep.c131 return (&kdb_thrctx->pcb_context[PCB_REG_GP]);
H A Dswtch.S165 SAVE_U_PCB_CONTEXT(gp, PCB_REG_GP, a0)
223 SAVE_U_PCB_CONTEXT(gp, PCB_REG_GP, a0)
361 RESTORE_U_PCB_CONTEXT(gp, PCB_REG_GP, a0)
H A Dvm_machdep.c598 DB_PRINT_REG_ARRAY(pcb, pcb_context, PCB_REG_GP);

Completed in 146 milliseconds