Searched refs:test_ti_thread_flag (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/include/linux/ |
D | thread_info.h | 89 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)
|
D | sched.h | 2876 return test_ti_thread_flag(task_thread_info(tsk), flag); in test_tsk_thread_flag()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | switch_to.h | 57 test_ti_thread_flag(__prev_ti, TIF_FPUBOUND) && \
|
/linux-4.4.14/arch/arm64/kernel/ |
D | debug-monitors.c | 391 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/ |
D | mips-mt-fpaff.c | 116 if (test_ti_thread_flag(ti, TIF_FPUBOUND) && in mipsmt_sys_sched_setaffinity()
|
/linux-4.4.14/arch/tile/kernel/ |
D | single_step.c | 314 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/ |
D | compat.h | 308 return test_ti_thread_flag(thread, TIF_32BIT); in is_compat_thread()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | compat.h | 277 return test_ti_thread_flag(task_thread_info(t), TIF_32BIT); in __is_compat_task()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | ptrace.c | 286 && test_ti_thread_flag(ti, TIF_SINGLE_STEP)) { in do_debug()
|
/linux-4.4.14/arch/arm/kernel/ |
D | ptrace.c | 307 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/ |
D | callchain.c | 297 return !test_ti_thread_flag(task_thread_info(current), TIF_32BIT); in current_is_64bit()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | process.c | 542 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()
|