Lines Matching refs:thread_info
54 struct thread_info { struct
83 static inline struct task_struct *thread_task(struct thread_info* ti) in thread_task() argument
91 static inline struct task_struct *thread_task(struct thread_info* ti) in thread_task()
99 static inline struct thread_info *current_thread_info(void) __attribute_const__;
101 static inline struct thread_info *current_thread_info(void) in current_thread_info()
103 return (struct thread_info *) in current_thread_info()
121 extern void iwmmxt_task_disable(struct thread_info *);
122 extern void iwmmxt_task_copy(struct thread_info *, void *);
123 extern void iwmmxt_task_restore(struct thread_info *, void *);
124 extern void iwmmxt_task_release(struct thread_info *);
125 extern void iwmmxt_task_switch(struct thread_info *);
127 extern void vfp_sync_hwstate(struct thread_info *);
128 extern void vfp_flush_hwstate(struct thread_info *);