Lines Matching defs:t

459 		struct task_struct *t = info->task;  in unw_access_fr()  local
705 spill_next_when (struct unw_reg_info **regp, struct unw_reg_info *lim, unw_word t) in spill_next_when()
746 int t; in finish_prologue() local
935 desc_mem_stack_f (unw_word t, unw_word size, struct unw_state_record *sr) in desc_mem_stack_f()
942 desc_mem_stack_v (unw_word t, struct unw_state_record *sr) in desc_mem_stack_v()
974 desc_reg_when (unsigned char regnum, unw_word t, struct unw_state_record *sr) in desc_reg_when()
1000 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr) in desc_epilogue()
1046 desc_is_active (unsigned char qp, unw_word t, struct unw_state_record *sr) in desc_is_active()
1059 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) in desc_restore_p()
1073 desc_spill_reg_p (unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, in desc_spill_reg_p()
1094 desc_spill_psprel_p (unsigned char qp, unw_word t, unsigned char abreg, unw_word pspoff, in desc_spill_psprel_p()
1109 desc_spill_sprel_p (unsigned char qp, unw_word t, unsigned char abreg, unw_word spoff, in desc_spill_sprel_p()
1141 #define UNW_DEC_MEM_STACK_F(fmt,t,s,arg) desc_mem_stack_f(t,s,arg) argument
1142 #define UNW_DEC_MEM_STACK_V(fmt,t,arg) desc_mem_stack_v(t,arg) argument
1146 #define UNW_DEC_REG_WHEN(fmt,r,t,arg) desc_reg_when(r,t,arg) argument
1147 #define UNW_DEC_PRIUNAT_WHEN_GR(fmt,t,arg) desc_reg_when(UNW_REG_PRI_UNAT_GR,t,arg) argument
1148 #define UNW_DEC_PRIUNAT_WHEN_MEM(fmt,t,arg) desc_reg_when(UNW_REG_PRI_UNAT_MEM,t,arg) argument
1158 #define UNW_DEC_EPILOGUE(fmt,t,c,arg) desc_epilogue(t,c,arg) argument
1164 #define UNW_DEC_SPILL_REG_P(f,p,t,a,x,y,arg) desc_spill_reg_p(p,t,a,x,y,arg) argument
1165 #define UNW_DEC_SPILL_REG(f,t,a,x,y,arg) desc_spill_reg_p(0,t,a,x,y,arg) argument
1166 #define UNW_DEC_SPILL_PSPREL_P(f,p,t,a,o,arg) desc_spill_psprel_p(p,t,a,o,arg) argument
1167 #define UNW_DEC_SPILL_PSPREL(f,t,a,o,arg) desc_spill_psprel_p(0,t,a,o,arg) argument
1168 #define UNW_DEC_SPILL_SPREL_P(f,p,t,a,o,arg) desc_spill_sprel_p(p,t,a,o,arg) argument
1169 #define UNW_DEC_SPILL_SPREL(f,t,a,o,arg) desc_spill_sprel_p(0,t,a,o,arg) argument
1170 #define UNW_DEC_RESTORE_P(f,p,t,a,arg) desc_restore_p(p,t,a,arg) argument
1171 #define UNW_DEC_RESTORE(f,t,a,arg) desc_restore_p(0,t,a,arg) argument
1950 init_frame_info (struct unw_frame_info *info, struct task_struct *t, in init_frame_info()
1998 unw_init_from_interruption (struct unw_frame_info *info, struct task_struct *t, in unw_init_from_interruption()
2020 unw_init_frame_info (struct unw_frame_info *info, struct task_struct *t, struct switch_stack *sw) in unw_init_frame_info()
2038 unw_init_from_blocked_task (struct unw_frame_info *info, struct task_struct *t) in unw_init_from_blocked_task()