Lines Matching refs:thread_info
49 struct thread_info { struct
78 #define init_thread_info (init_thread_union.thread_info) argument
89 static inline struct thread_info *current_thread_info(void) __attribute_const__;
91 static inline struct thread_info *current_thread_info(void) in current_thread_info()
93 return (struct thread_info *) in current_thread_info()
110 extern void crunch_task_disable(struct thread_info *);
111 extern void crunch_task_copy(struct thread_info *, void *);
112 extern void crunch_task_restore(struct thread_info *, void *);
113 extern void crunch_task_release(struct thread_info *);
115 extern void iwmmxt_task_disable(struct thread_info *);
116 extern void iwmmxt_task_copy(struct thread_info *, void *);
117 extern void iwmmxt_task_restore(struct thread_info *, void *);
118 extern void iwmmxt_task_release(struct thread_info *);
119 extern void iwmmxt_task_switch(struct thread_info *);
121 extern void vfp_sync_hwstate(struct thread_info *);
122 extern void vfp_flush_hwstate(struct thread_info *);