/linux/arch/mips/include/asm/ |
H A D | syscall.h | 34 test_tsk_thread_flag(task, TIF_32BIT_REGS)) && in mips_syscall_is_indirect() 87 test_tsk_thread_flag(task, TIF_32BIT_REGS))) in mips_get_syscall_arg() 174 if (!test_tsk_thread_flag(task, TIF_32BIT_REGS)) { in syscall_get_arch() 177 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()
|
/linux/arch/s390/include/asm/ |
H A D | syscall.h | 50 if (test_tsk_thread_flag(task, TIF_31BIT)) { in syscall_get_error() 82 if (test_tsk_thread_flag(task, TIF_31BIT)) in syscall_get_arguments() 103 if (test_tsk_thread_flag(task, TIF_31BIT)) in syscall_get_arch()
|
/linux/arch/sparc/include/asm/ |
H A D | syscall.h | 118 if (test_tsk_thread_flag(task, TIF_32BIT)) in syscall_get_arguments() 145 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/arm64/kernel/ |
H A D | debug-monitors.c | 326 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_rewind_single_step() 333 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_fastforward_single_step() 340 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_regs_reset_single_step()
|
/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/arch/x86/include/asm/fpu/ |
H A D | sched.h | 34 if (!test_tsk_thread_flag(old, TIF_NEED_FPU_LOAD) && in switch_fpu()
|
/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/kernel/livepatch/ |
H A D | transition.c | 123 WARN_ON_ONCE(test_tsk_thread_flag(task, TIF_PATCH_PENDING)); in klp_complete_transition() 130 WARN_ON_ONCE(test_tsk_thread_flag(task, TIF_PATCH_PENDING)); in klp_complete_transition() 689 if (test_tsk_thread_flag(current, TIF_PATCH_PENDING)) in klp_copy_process()
|
/linux/arch/loongarch/kernel/ |
H A D | perf_regs.c | 21 if (test_tsk_thread_flag(tsk, TIF_32BIT_REGS)) in perf_reg_abi()
|
/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() 1073 if (test_tsk_thread_flag(task, TIF_32BIT_REGS)) in task_user_regset_view() 1077 if (test_tsk_thread_flag(task, TIF_32BIT_ADDR)) in task_user_regset_view() 1123 if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) { in arch_ptrace() 1221 if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) { in arch_ptrace()
|
H A D | process.c | 765 if (!test_tsk_thread_flag(task, TIF_32BIT_FPREGS)) in mips_get_process_fp_mode() 767 if (test_tsk_thread_flag(task, TIF_HYBRID_FPREGS)) in mips_get_process_fp_mode()
|
/linux/arch/x86/include/asm/ |
H A D | page_64_types.h | 66 #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 | 99 if (test_tsk_thread_flag(task, TIF_SINGLE_STEP) || in update_cr_regs() 100 test_tsk_thread_flag(task, TIF_UPROBE_SINGLESTEP)) { in update_cr_regs() 101 if (test_tsk_thread_flag(task, TIF_BLOCK_STEP)) in update_cr_regs() 107 if (test_tsk_thread_flag(task, TIF_UPROBE_SINGLESTEP)) in update_cr_regs() 1516 if (test_tsk_thread_flag(task, TIF_31BIT)) in task_user_regset_view()
|
/linux/include/linux/sched/ |
H A D | signal.h | 379 return unlikely(test_tsk_thread_flag(p,TIF_SIGPENDING)); in task_sigpending() 389 if (unlikely(test_tsk_thread_flag(p, TIF_NOTIFY_SIGNAL))) in signal_pending() 493 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/loongarch/include/asm/ |
H A D | processor.h | 40 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
|
/linux/arch/arm64/include/asm/ |
H A D | processor.h | 71 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \
|