Home
last modified time | relevance | path

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

/Linux-v5.10/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.h1830 return test_ti_thread_flag(task_thread_info(tsk), flag); in test_tsk_thread_flag()
/Linux-v5.10/arch/mips/include/asm/
Dswitch_to.h57 test_ti_thread_flag(__prev_ti, TIF_FPUBOUND) && \
/Linux-v5.10/arch/arm64/include/asm/
Dcompat.h188 return test_ti_thread_flag(thread, TIF_32BIT); in is_compat_thread()
/Linux-v5.10/arch/parisc/include/asm/
Dcompat.h182 return test_ti_thread_flag(task_thread_info(t), TIF_32BIT); in __is_compat_task()
/Linux-v5.10/arch/mips/kernel/
Dmips-mt-fpaff.c120 if (test_ti_thread_flag(ti, TIF_FPUBOUND) && in mipsmt_sys_sched_setaffinity()
/Linux-v5.10/arch/arm/kernel/
Dptrace.c298 if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT)) in ptrace_getwmmxregs()
312 if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT)) in ptrace_setwmmxregs()
/Linux-v5.10/arch/sparc/kernel/
Dprocess_32.c186 if (test_ti_thread_flag(task_thread_info(tsk), TIF_USEDFPU)) {
/Linux-v5.10/arch/arm64/kernel/
Dprocess.c675 if (test_ti_thread_flag(ti, TIF_TAGGED_ADDR)) in get_tagged_addr_ctrl()