Home
last modified time | relevance | path

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

/linux-6.15/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()
82 if (is_compat_thread(task_thread_info(task))) in syscall_get_arch()
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
H A Dmmu_context.h279 if (!is_compat_thread(task_thread_info(p))) in __task_cpu_possible_mask()
H A Dprocessor.h278 if (is_compat_thread(task_thread_info(t))) \
/linux-6.15/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.c437 if (is_compat_thread(task_thread_info(p))) in copy_thread()
497 if (is_compat_thread(task_thread_info(next))) in tls_thread_switch()
598 is_compat_thread(ti))) in update_cntkctl_el1()
815 if (is_compat_thread(ti)) in set_tagged_addr_ctrl()
845 if (is_compat_thread(ti)) in get_tagged_addr_ctrl()
H A Dperf_regs.c95 if (is_compat_thread(task_thread_info(task))) in perf_reg_abi()
H A Dhw_breakpoint.c172 return tsk && is_compat_thread(task_thread_info(tsk)); in is_compat_bp()
H A Dptrace.c2300 else if (is_compat_thread(task_thread_info(task))) in task_user_regset_view()
2480 if (is_compat_thread(task_thread_info(task))) in valid_user_regs()
/linux-6.15/arch/arm64/mm/
H A Dgcs.c185 if (is_compat_thread(task_thread_info(task))) in arch_set_shadow_stack_status()
232 if (is_compat_thread(task_thread_info(task))) in arch_get_shadow_stack_status()
244 if (is_compat_thread(task_thread_info(task))) in arch_lock_shadow_stack_status()
/linux-6.15/arch/riscv/kernel/
H A Dprocess.c281 if (is_compat_thread(ti)) in set_tagged_addr_ctrl()
339 if (is_compat_thread(ti)) in get_tagged_addr_ctrl()
H A Dptrace.c428 if (is_compat_thread(&task->thread_info)) in task_user_regset_view()
/linux-6.15/arch/riscv/include/asm/
H A Dcompat.h22 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread() function