Lines Matching refs:thread_struct
652 static void set_debug_reg_defaults(struct thread_struct *thread) in set_debug_reg_defaults()
727 static void set_debug_reg_defaults(struct thread_struct *thread) in set_debug_reg_defaults()
870 static void tm_reclaim_thread(struct thread_struct *thr, uint8_t cause) in tm_reclaim_thread()
932 struct thread_struct *thr = &tsk->thread; in tm_reclaim_task()
962 extern void __tm_recheckpoint(struct thread_struct *thread);
964 void tm_recheckpoint(struct thread_struct *thread) in tm_recheckpoint()
1092 static inline void save_sprs(struct thread_struct *t) in save_sprs()
1122 static inline void restore_sprs(struct thread_struct *old_thread, in restore_sprs()
1123 struct thread_struct *new_thread) in restore_sprs()
1171 struct thread_struct *new_thread, *old_thread; in __switch_to()
1998 if (sp >= stack_page + sizeof(struct thread_struct) in valid_irq_stack()
2003 if (sp >= stack_page + sizeof(struct thread_struct) in valid_irq_stack()
2015 if (sp >= stack_page + sizeof(struct thread_struct) in validate_sp()