Home
last modified time | relevance | path

Searched refs:test_tsk_thread_flag (Results 1 – 25 of 43) sorted by relevance

12

/linux/arch/mips/include/asm/
H A Dsyscall.h34 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 Dprocessor.h65 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
/linux/arch/x86/kernel/
H A Dstep.c128 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 Dprocess_32.c163 if (!test_tsk_thread_flag(prev_p, TIF_NEED_FPU_LOAD)) in __switch_to()
/linux/arch/s390/include/asm/
H A Dsyscall.h38 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 Dsyscall.h106 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 Dswitch_to_32.h19 if (test_tsk_thread_flag(prv, TIF_USEDFPU)) { \
H A Dprocessor_64.h31 (test_tsk_thread_flag(tsk,TIF_32BIT) ? \
/linux/arch/sparc/kernel/
H A Dsigutil_32.c19 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 Dtransition.c132 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 Dptrace32.c103 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 Dperf_regs.c24 if (test_tsk_thread_flag(tsk, TIF_32BIT_REGS)) in perf_reg_abi()
H A Dptrace.c184 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 Duser-return-notifier.h22 if (test_tsk_thread_flag(prev, TIF_USER_RETURN_NOTIFY)) { in propagate_user_return_notify()
H A Dlivepatch.h206 return test_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_patch_pending()
/linux/arch/loongarch/kernel/
H A Dperf_regs.c21 if (test_tsk_thread_flag(tsk, TIF_32BIT_REGS)) in perf_reg_abi()
H A Dhw_breakpoint.c224 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 Dpage_64_types.h77 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \
/linux/arch/s390/kernel/
H A Dperf_regs.c47 if (test_tsk_thread_flag(task, TIF_31BIT)) in perf_reg_abi()
H A Dptrace.c96 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 Dsignal.h378 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 Dcompat.h133 return test_tsk_thread_flag(t, TIF_32BIT); in __is_compat_task()
/linux/arch/powerpc/include/asm/
H A Dthread_info.h178 #define is_tsk_32bit_task(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT))
/linux/kernel/
H A Dfreezer.c43 if (test_tsk_thread_flag(p, TIF_MEMDIE)) in freezing_slow_path()
/linux/arch/loongarch/include/asm/
H A Dprocessor.h40 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)

12