Home
last modified time | relevance | path

Searched refs:test_tsk_thread_flag (Results 1 – 25 of 39) 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()
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 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()
/linux/arch/s390/include/asm/
H A Dsyscall.h50 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 Dsyscall.h118 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 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/arm64/kernel/
H A Ddebug-monitors.c326 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 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/arch/x86/include/asm/fpu/
H A Dsched.h34 if (!test_tsk_thread_flag(old, TIF_NEED_FPU_LOAD) && in switch_fpu()
/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/kernel/livepatch/
H A Dtransition.c123 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 Dperf_regs.c21 if (test_tsk_thread_flag(tsk, TIF_32BIT_REGS)) in perf_reg_abi()
/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()
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 Dprocess.c765 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 Dpage_64_types.h66 #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.c99 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 Dsignal.h379 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 Dcompat.h133 return test_tsk_thread_flag(t, TIF_32BIT); in __is_compat_task()
/linux/arch/loongarch/include/asm/
H A Dprocessor.h40 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
/linux/arch/arm64/include/asm/
H A Dprocessor.h71 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \

12