Searched refs:test_ti_thread_flag (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
A D | thread_info.h | 116 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) in test_ti_thread_flag() function 132 test_ti_thread_flag(current_thread_info(), flag) 154 test_ti_thread_flag(current_thread_info(), TIF_##fl) 161 test_ti_thread_flag(task_thread_info(t), TIF_##fl)
|
A D | sched.h | 1984 return test_ti_thread_flag(task_thread_info(tsk), flag); in test_tsk_thread_flag()
|
/linux/arch/mips/include/asm/ |
A D | switch_to.h | 57 test_ti_thread_flag(__prev_ti, TIF_FPUBOUND) && \
|
/linux/arch/arm64/include/asm/ |
A D | compat.h | 175 return test_ti_thread_flag(thread, TIF_32BIT); in is_compat_thread()
|
/linux/arch/mips/kernel/ |
A D | mips-mt-fpaff.c | 120 if (test_ti_thread_flag(ti, TIF_FPUBOUND) && in mipsmt_sys_sched_setaffinity()
|
/linux/arch/arm/kernel/ |
A D | ptrace.c | 299 if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT)) in ptrace_getwmmxregs() 313 if (!test_ti_thread_flag(thread, TIF_USING_IWMMXT)) in ptrace_setwmmxregs()
|
/linux/arch/arm64/kernel/ |
A D | process.c | 664 if (test_ti_thread_flag(ti, TIF_TAGGED_ADDR)) in get_tagged_addr_ctrl()
|
/linux/arch/x86/kernel/cpu/ |
A D | bugs.c | 1398 if (test_ti_thread_flag(&task->thread_info, TIF_SPEC_L1D_FLUSH)) in l1d_flush_prctl_get()
|
Completed in 19 milliseconds