Lines Matching refs:thread_info
49 struct thread_info { struct
86 static inline struct thread_info *current_thread_info(void) __attribute_const__; argument
88 static inline struct thread_info *current_thread_info(void) in current_thread_info()
90 return (struct thread_info *) in current_thread_info()
107 extern void crunch_task_disable(struct thread_info *);
108 extern void crunch_task_copy(struct thread_info *, void *);
109 extern void crunch_task_restore(struct thread_info *, void *);
110 extern void crunch_task_release(struct thread_info *);
112 extern void iwmmxt_task_disable(struct thread_info *);
113 extern void iwmmxt_task_copy(struct thread_info *, void *);
114 extern void iwmmxt_task_restore(struct thread_info *, void *);
115 extern void iwmmxt_task_release(struct thread_info *);
116 extern void iwmmxt_task_switch(struct thread_info *);
118 extern void vfp_sync_hwstate(struct thread_info *);
119 extern void vfp_flush_hwstate(struct thread_info *);