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

/linux-master/arch/arm64/include/asm/
H A Dcompat.h96 return test_ti_thread_flag(thread, TIF_32BIT);
/linux-master/include/linux/
H A Dthread_info.h116 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) function
141 test_ti_thread_flag(current_thread_info(), flag)
168 test_ti_thread_flag(current_thread_info(), TIF_##fl)
175 test_ti_thread_flag(task_thread_info(t), TIF_##fl)
H A Dsched.h1952 return test_ti_thread_flag(task_thread_info(tsk), flag);
/linux-master/arch/mips/include/asm/
H A Dswitch_to.h57 test_ti_thread_flag(__prev_ti, TIF_FPUBOUND) && \
/linux-master/arch/mips/kernel/
H A Dmips-mt-fpaff.c121 if (test_ti_thread_flag(ti, TIF_FPUBOUND) &&
/linux-master/arch/riscv/include/asm/
H A Dcompat.h28 return test_ti_thread_flag(thread, TIF_32BIT);
/linux-master/arch/arm/kernel/
H A Dptrace.c298 if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT))
312 if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT))
/linux-master/arch/arm64/kernel/
H A Dprocess.c700 if (test_ti_thread_flag(ti, TIF_TAGGED_ADDR))
/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c2288 if (test_ti_thread_flag(&task->thread_info, TIF_SPEC_L1D_FLUSH))

Completed in 216 milliseconds