Home
last modified time | relevance | path

Searched refs:is_compat_thread (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dsyscall.h37 if (is_compat_thread(task_thread_info(task))) in syscall_get_return_value()
58 if (is_compat_thread(task_thread_info(task))) in syscall_set_return_value()
92 if (is_compat_thread(task_thread_info(task))) in syscall_get_arch()
H A Dcompat.h186 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread() function
193 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread() function
H A Dmmu_context.h257 if (!is_compat_thread(task_thread_info(p))) in task_cpu_possible_mask()
H A Dprocessor.h191 if (is_compat_thread(task_thread_info(t))) \
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dpointer_auth.c21 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()
H A Dprocess.c492 if (is_compat_thread(task_thread_info(p))) in copy_thread()
535 if (is_compat_thread(task_thread_info(next))) in tls_thread_switch()
602 if (is_compat_thread(task_thread_info(next))) in erratum_1418040_thread_switch()
758 if (is_compat_thread(ti)) in set_tagged_addr_ctrl()
787 if (is_compat_thread(ti)) in get_tagged_addr_ctrl()
H A Dperf_regs.c69 if (is_compat_thread(task_thread_info(task))) in perf_reg_abi()
H A Dptrace.c1766 else if (is_compat_thread(task_thread_info(task))) in task_user_regset_view()
1947 if (is_compat_thread(task_thread_info(task))) in valid_user_regs()
H A Dhw_breakpoint.c171 return tsk && is_compat_thread(task_thread_info(tsk)); in is_compat_bp()