Home
last modified time | relevance | path

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

/Linux-v4.19/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.h1652 return test_ti_thread_flag(task_thread_info(tsk), flag); in test_tsk_thread_flag()
/Linux-v4.19/arch/mips/include/asm/
Dswitch_to.h57 test_ti_thread_flag(__prev_ti, TIF_FPUBOUND) && \
/Linux-v4.19/arch/arm64/kernel/
Ddebug-monitors.c391 if (test_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP)) in user_rewind_single_step()
398 if (test_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP)) in user_fastforward_single_step()
/Linux-v4.19/arch/mips/kernel/
Dmips-mt-fpaff.c120 if (test_ti_thread_flag(ti, TIF_FPUBOUND) && in mipsmt_sys_sched_setaffinity()
/Linux-v4.19/arch/parisc/include/asm/
Dcompat.h215 return test_ti_thread_flag(task_thread_info(t), TIF_32BIT); in __is_compat_task()
/Linux-v4.19/arch/arm64/include/asm/
Dcompat.h233 return test_ti_thread_flag(thread, TIF_32BIT); in is_compat_thread()
/Linux-v4.19/arch/arm/kernel/
Dptrace.c309 if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT)) in ptrace_getwmmxregs()
323 if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT)) in ptrace_setwmmxregs()
/Linux-v4.19/arch/powerpc/perf/
Dcallchain.c298 return !test_ti_thread_flag(task_thread_info(current), TIF_32BIT); in current_is_64bit()
/Linux-v4.19/arch/sparc/kernel/
Dprocess_32.c188 if (test_ti_thread_flag(task_thread_info(tsk), TIF_USEDFPU)) {