Home
last modified time | relevance | path

Searched refs:test_ti_thread_flag (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/include/linux/
Dthread_info.h82 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) in test_ti_thread_flag() function
98 test_ti_thread_flag(current_thread_info(), flag)
Dsched.h1738 return test_ti_thread_flag(task_thread_info(tsk), flag); in test_tsk_thread_flag()
/Linux-v5.4/arch/mips/include/asm/
Dswitch_to.h57 test_ti_thread_flag(__prev_ti, TIF_FPUBOUND) && \
/Linux-v5.4/arch/arm64/kernel/
Ddebug-monitors.c396 if (test_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP)) in user_rewind_single_step()
403 if (test_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP)) in user_fastforward_single_step()
/Linux-v5.4/arch/mips/kernel/
Dmips-mt-fpaff.c120 if (test_ti_thread_flag(ti, TIF_FPUBOUND) && in mipsmt_sys_sched_setaffinity()
/Linux-v5.4/arch/arm64/include/asm/
Dcompat.h206 return test_ti_thread_flag(thread, TIF_32BIT); in is_compat_thread()
/Linux-v5.4/arch/parisc/include/asm/
Dcompat.h201 return test_ti_thread_flag(task_thread_info(t), TIF_32BIT); in __is_compat_task()
/Linux-v5.4/arch/arm/kernel/
Dptrace.c299 if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT)) in ptrace_getwmmxregs()
313 if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT)) in ptrace_setwmmxregs()
/Linux-v5.4/arch/powerpc/perf/
Dcallchain.c294 return !test_ti_thread_flag(task_thread_info(current), TIF_32BIT); in current_is_64bit()
/Linux-v5.4/arch/sparc/kernel/
Dprocess_32.c188 if (test_ti_thread_flag(task_thread_info(tsk), TIF_USEDFPU)) {