Lines Matching refs:thread_info
50 struct thread_info { struct
82 #define init_thread_info (init_thread_union.thread_info) argument
93 static inline struct thread_info *current_thread_info(void) __attribute_const__;
95 static inline struct thread_info *current_thread_info(void) in current_thread_info()
97 return (struct thread_info *) in current_thread_info()
114 extern void crunch_task_disable(struct thread_info *);
115 extern void crunch_task_copy(struct thread_info *, void *);
116 extern void crunch_task_restore(struct thread_info *, void *);
117 extern void crunch_task_release(struct thread_info *);
119 extern void iwmmxt_task_disable(struct thread_info *);
120 extern void iwmmxt_task_copy(struct thread_info *, void *);
121 extern void iwmmxt_task_restore(struct thread_info *, void *);
122 extern void iwmmxt_task_release(struct thread_info *);
123 extern void iwmmxt_task_switch(struct thread_info *);
125 extern void vfp_sync_hwstate(struct thread_info *);
126 extern void vfp_flush_hwstate(struct thread_info *);