Lines Matching refs:thread_info
51 struct thread_info { struct
83 #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()
94 return (struct thread_info *)(sp & ~(THREAD_SIZE - 1)); in current_thread_info()
97 extern struct thread_info *alloc_thread_info(struct task_struct *task);
98 extern void free_thread_info(struct thread_info *);
105 extern void crunch_task_disable(struct thread_info *);
106 extern void crunch_task_copy(struct thread_info *, void *);
107 extern void crunch_task_restore(struct thread_info *, void *);
108 extern void crunch_task_release(struct thread_info *);
110 extern void iwmmxt_task_disable(struct thread_info *);
111 extern void iwmmxt_task_copy(struct thread_info *, void *);
112 extern void iwmmxt_task_restore(struct thread_info *, void *);
113 extern void iwmmxt_task_release(struct thread_info *);
114 extern void iwmmxt_task_switch(struct thread_info *);