Searched refs:PT_GR (Results 1 – 2 of 2) sorted by relevance
33 #define PT_GR(j) ( 14 + (j)) /* GRj for 0<=j<=63 */ macro43 #define PT_TBR PT_GR(0)44 #define PT_SP PT_GR(1)45 #define PT_FP PT_GR(2)46 #define PT_PREV_FRAME PT_GR(28) /* previous exception frame pointer (old gr28 value) */47 #define PT_CURR_TASK PT_GR(29) /* current task */
225 case PT_GR(0): in put_reg()