/linux/arch/mips/include/asm/ |
H A D | syscall.h | 34 test_tsk_thread_flag(task, TIF_32BIT_REGS)) && in mips_syscall_is_indirect() 77 if (test_tsk_thread_flag(task, TIF_32BIT_REGS)) in mips_get_syscall_arg() 147 if (!test_tsk_thread_flag(task, TIF_32BIT_REGS)) { in syscall_get_arch() 150 if (test_tsk_thread_flag(task, TIF_32BIT_ADDR)) in syscall_get_arch()
|
H A D | processor.h | 65 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
|
/linux/arch/x86/kernel/ |
H A D | step.c | 128 if (unlikely(test_tsk_thread_flag(child, TIF_SINGLESTEP))) in enable_single_step() 167 return test_tsk_thread_flag(child, TIF_FORCED_TF); in enable_single_step() 215 else if (test_tsk_thread_flag(child, TIF_BLOCKSTEP)) in enable_step() 234 if (test_tsk_thread_flag(child, TIF_BLOCKSTEP)) in user_disable_single_step()
|
H A D | process_32.c | 163 if (!test_tsk_thread_flag(prev_p, TIF_NEED_FPU_LOAD)) in __switch_to()
|
/linux/arch/s390/include/asm/ |
H A D | syscall.h | 38 if (test_tsk_thread_flag(task, TIF_31BIT)) { in syscall_get_error() 71 if (test_tsk_thread_flag(task, TIF_31BIT)) in syscall_get_arguments() 84 if (test_tsk_thread_flag(task, TIF_31BIT)) in syscall_get_arch()
|
/linux/arch/sparc/include/asm/ |
H A D | syscall.h | 106 if (test_tsk_thread_flag(task, TIF_32BIT)) in syscall_get_arguments() 123 return test_tsk_thread_flag(task, TIF_32BIT) in syscall_get_arch()
|
H A D | switch_to_32.h | 19 if (test_tsk_thread_flag(prv, TIF_USEDFPU)) { \
|
H A D | processor_64.h | 31 (test_tsk_thread_flag(tsk,TIF_32BIT) ? \
|
/linux/arch/sparc/kernel/ |
H A D | sigutil_32.c | 19 if (test_tsk_thread_flag(current, TIF_USEDFPU)) { in save_fpu_state() 57 if (test_tsk_thread_flag(current, TIF_USEDFPU)) in restore_fpu_state()
|
/linux/kernel/livepatch/ |
H A D | transition.c | 132 WARN_ON_ONCE(test_tsk_thread_flag(task, TIF_PATCH_PENDING)); in klp_complete_transition() 139 WARN_ON_ONCE(test_tsk_thread_flag(task, TIF_PATCH_PENDING)); in klp_complete_transition() 710 if (test_tsk_thread_flag(current, TIF_PATCH_PENDING)) in klp_copy_process()
|
/linux/arch/mips/kernel/ |
H A D | ptrace32.c | 103 if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) { in compat_arch_ptrace() 219 if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) { in compat_arch_ptrace()
|
H A D | perf_regs.c | 24 if (test_tsk_thread_flag(tsk, TIF_32BIT_REGS)) in perf_reg_abi()
|
H A D | ptrace.c | 184 if (test_tsk_thread_flag(child, TIF_32BIT_ADDR)) { in ptrace_set_watch_regs() 637 } else if (!test_tsk_thread_flag(target, TIF_MSA_CTX_LIVE)) { in msa_get() 1071 if (test_tsk_thread_flag(task, TIF_32BIT_REGS)) in task_user_regset_view() 1075 if (test_tsk_thread_flag(task, TIF_32BIT_ADDR)) in task_user_regset_view() 1121 if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) { in arch_ptrace() 1219 if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) { in arch_ptrace()
|
/linux/include/linux/ |
H A D | user-return-notifier.h | 22 if (test_tsk_thread_flag(prev, TIF_USER_RETURN_NOTIFY)) { in propagate_user_return_notify()
|
H A D | livepatch.h | 206 return test_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_patch_pending()
|
/linux/arch/loongarch/kernel/ |
H A D | perf_regs.c | 21 if (test_tsk_thread_flag(tsk, TIF_32BIT_REGS)) in perf_reg_abi()
|
H A D | hw_breakpoint.c | 224 if (bp->hw.target && test_tsk_thread_flag(bp->hw.target, TIF_LOAD_WATCH)) in hw_breakpoint_control() 538 if (test_tsk_thread_flag(next, TIF_SINGLESTEP)) { in hw_breakpoint_thread_switch()
|
/linux/arch/x86/include/asm/ |
H A D | page_64_types.h | 77 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \
|
/linux/arch/s390/kernel/ |
H A D | perf_regs.c | 47 if (test_tsk_thread_flag(task, TIF_31BIT)) in perf_reg_abi()
|
H A D | ptrace.c | 96 if (test_tsk_thread_flag(task, TIF_SINGLE_STEP) || in update_cr_regs() 97 test_tsk_thread_flag(task, TIF_UPROBE_SINGLESTEP)) { in update_cr_regs() 98 if (test_tsk_thread_flag(task, TIF_BLOCK_STEP)) in update_cr_regs() 104 if (test_tsk_thread_flag(task, TIF_UPROBE_SINGLESTEP)) in update_cr_regs() 1513 if (test_tsk_thread_flag(task, TIF_31BIT)) in task_user_regset_view()
|
/linux/include/linux/sched/ |
H A D | signal.h | 378 return unlikely(test_tsk_thread_flag(p,TIF_SIGPENDING)); in task_sigpending() 388 if (unlikely(test_tsk_thread_flag(p, TIF_NOTIFY_SIGNAL))) in signal_pending() 492 return test_tsk_thread_flag(task, TIF_RESTORE_SIGMASK); in test_tsk_restore_sigmask()
|
/linux/arch/parisc/include/asm/ |
H A D | compat.h | 133 return test_tsk_thread_flag(t, TIF_32BIT); in __is_compat_task()
|
/linux/arch/powerpc/include/asm/ |
H A D | thread_info.h | 178 #define is_tsk_32bit_task(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT))
|
/linux/kernel/ |
H A D | freezer.c | 43 if (test_tsk_thread_flag(p, TIF_MEMDIE)) in freezing_slow_path()
|
/linux/arch/loongarch/include/asm/ |
H A D | processor.h | 40 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
|