Searched refs:is_compat_thread (Results 1 – 6 of 6) sorted by relevance
265 if (is_compat_thread(task_thread_info(p))) in copy_thread()302 tpidrro = is_compat_thread(task_thread_info(next)) ? in tls_thread_switch()
48 if (is_compat_thread(task_thread_info(task))) in perf_reg_abi()
178 return tsk && is_compat_thread(task_thread_info(tsk)); in is_compat_bp()
1208 else if (is_compat_thread(task_thread_info(task))) in task_user_regset_view()
306 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread() function313 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread() function
95 if (is_compat_thread(task_thread_info(t))) \