Home
last modified time | relevance | path

Searched refs:PT_GR (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/frv/include/uapi/asm/
Dptrace.h33 #define PT_GR(j) ( 14 + (j)) /* GRj for 0<=j<=63 */ macro
43 #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 */
/linux-4.4.14/arch/frv/kernel/
Dptrace.c225 case PT_GR(0): in put_reg()