Home
last modified time | relevance | path

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

/linux/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 Dperf_regs.c95 if (is_compat_thread(task_thread_info(task))) in perf_reg_abi()
H A Dptrace.c2324 else if (is_compat_thread(task_thread_info(task))) in task_user_regset_view()
2525 if (is_compat_thread(task_thread_info(task))) in valid_user_regs()
/linux/arch/arm64/include/asm/
H A Dcompat.h94 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread() function
103 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread() function
/linux/arch/riscv/kernel/
H A Dprocess.c321 if (is_compat_thread(ti)) in set_tagged_addr_ctrl()
381 if (is_compat_thread(ti)) in get_tagged_addr_ctrl()
/linux/arch/riscv/include/asm/
H A Dcompat.h22 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread() function