Searched refs:is_compat_thread (Results 1 – 7 of 7) sorted by relevance
21 if (is_compat_thread(task_thread_info(tsk))) in ptrauth_prctl_reset_keys()75 if (is_compat_thread(task_thread_info(tsk))) in ptrauth_set_enabled_keys()100 if (is_compat_thread(task_thread_info(tsk))) in ptrauth_get_enabled_keys()
448 if (is_compat_thread(task_thread_info(p))) in copy_thread()534 if (is_compat_thread(task_thread_info(next))) in tls_thread_switch()635 is_compat_thread(ti))) in update_cntkctl_el1()889 if (is_compat_thread(ti)) in set_tagged_addr_ctrl()923 if (is_compat_thread(ti)) in get_tagged_addr_ctrl()
95 if (is_compat_thread(task_thread_info(task))) in perf_reg_abi()
173 return tsk && is_compat_thread(task_thread_info(tsk)); in is_compat_bp()
94 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread() function103 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread() function
321 if (is_compat_thread(ti)) in set_tagged_addr_ctrl()381 if (is_compat_thread(ti)) in get_tagged_addr_ctrl()
22 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread() function