Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dthread_info.h89 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) in test_ti_thread_flag() function
103 test_ti_thread_flag(current_thread_info(), flag)
Dsched.h2876 return test_ti_thread_flag(task_thread_info(tsk), flag); in test_tsk_thread_flag()
/linux-4.4.14/arch/mips/include/asm/
Dswitch_to.h57 test_ti_thread_flag(__prev_ti, TIF_FPUBOUND) && \
/linux-4.4.14/arch/arm64/kernel/
Ddebug-monitors.c391 if (test_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP)) in user_rewind_single_step()
397 if (test_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP)) in user_fastforward_single_step()
/linux-4.4.14/arch/mips/kernel/
Dmips-mt-fpaff.c116 if (test_ti_thread_flag(ti, TIF_FPUBOUND) && in mipsmt_sys_sched_setaffinity()
/linux-4.4.14/arch/tile/kernel/
Dsingle_step.c314 int is_single_step = test_ti_thread_flag(info, TIF_SINGLESTEP); in single_step_once()
745 int is_single_step = test_ti_thread_flag(info, TIF_SINGLESTEP); in gx_singlestep_handle()
/linux-4.4.14/arch/arm64/include/asm/
Dcompat.h308 return test_ti_thread_flag(thread, TIF_32BIT); in is_compat_thread()
/linux-4.4.14/arch/parisc/include/asm/
Dcompat.h277 return test_ti_thread_flag(task_thread_info(t), TIF_32BIT); in __is_compat_task()
/linux-4.4.14/arch/avr32/kernel/
Dptrace.c286 && test_ti_thread_flag(ti, TIF_SINGLE_STEP)) { in do_debug()
/linux-4.4.14/arch/arm/kernel/
Dptrace.c307 if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT)) in ptrace_getwmmxregs()
321 if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT)) in ptrace_setwmmxregs()
/linux-4.4.14/arch/powerpc/perf/
Dcallchain.c297 return !test_ti_thread_flag(task_thread_info(current), TIF_32BIT); in current_is_64bit()
/linux-4.4.14/arch/powerpc/kernel/
Dprocess.c542 if (test_ti_thread_flag(ti, TIF_RESTORE_TM)) { in tm_reclaim_thread()
614 if (!test_ti_thread_flag(task_thread_info(tsk), TIF_RESTORE_TM)) in tm_reclaim_task()