Searched refs:test_ti_thread_flag (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | thread_info.h | 124 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) in test_ti_thread_flag() function 149 test_ti_thread_flag(current_thread_info(), flag) 176 test_ti_thread_flag(current_thread_info(), TIF_##fl) 183 test_ti_thread_flag(task_thread_info(t), TIF_##fl)
|
| H A D | sched.h | 2062 return test_ti_thread_flag(task_thread_info(tsk), flag); in test_tsk_thread_flag()
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | compat.h | 96 return test_ti_thread_flag(thread, TIF_32BIT); in is_compat_thread()
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | switch_to.h | 57 test_ti_thread_flag(__prev_ti, TIF_FPUBOUND) && \
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | mips-mt-fpaff.c | 121 if (test_ti_thread_flag(ti, TIF_FPUBOUND) && in mipsmt_sys_sched_setaffinity()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | process.c | 594 if (test_ti_thread_flag(ti, TIF_TSC_SIGSEGV) || in update_cntkctl_el1() 848 if (test_ti_thread_flag(ti, TIF_TAGGED_ADDR)) in get_tagged_addr_ctrl()
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | compat.h | 27 return test_ti_thread_flag(thread, TIF_32BIT); in is_compat_thread()
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | ptrace.c | 298 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()
|
| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | bugs.c | 2442 if (test_ti_thread_flag(&task->thread_info, TIF_SPEC_L1D_FLUSH)) in l1d_flush_prctl_get()
|