Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dthread_info.h95 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) in test_ti_thread_flag() function
111 test_ti_thread_flag(current_thread_info(), flag)
H A Dsched.h1879 return test_ti_thread_flag(task_thread_info(tsk), flag); in test_tsk_thread_flag()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dswitch_to.h57 test_ti_thread_flag(__prev_ti, TIF_FPUBOUND) && \
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcompat.h188 return test_ti_thread_flag(thread, TIF_32BIT); in is_compat_thread()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dcompat.h182 return test_ti_thread_flag(task_thread_info(t), TIF_32BIT); in __is_compat_task()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmips-mt-fpaff.c120 if (test_ti_thread_flag(ti, TIF_FPUBOUND) && in mipsmt_sys_sched_setaffinity()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A 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()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dprocess_32.c186 if (test_ti_thread_flag(task_thread_info(tsk), TIF_USEDFPU)) {
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dprocess.c790 if (test_ti_thread_flag(ti, TIF_TAGGED_ADDR)) in get_tagged_addr_ctrl()