Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dthread_info.h92 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag) in clear_ti_thread_flag() function
103 clear_ti_thread_flag(ti, flag); in update_ti_thread_flag()
133 clear_ti_thread_flag(current_thread_info(), flag)
170 clear_ti_thread_flag(current_thread_info(), TIF_##fl)
177 clear_ti_thread_flag(task_thread_info(t), TIF_##fl)
H A Dsched.h2042 clear_ti_thread_flag(task_thread_info(tsk), flag); in clear_tsk_thread_flag()
/openbmc/linux/arch/mips/include/asm/
H A Dswitch_to.h59 clear_ti_thread_flag(__prev_ti, TIF_FPUBOUND); \
/openbmc/linux/arch/mips/kernel/
H A Dmips-mt-fpaff.c126 clear_ti_thread_flag(ti, TIF_FPUBOUND); in mipsmt_sys_sched_setaffinity()
/openbmc/linux/arch/sparc/kernel/
H A Dprocess_32.c191 clear_ti_thread_flag(task_thread_info(tsk), TIF_USEDFPU);
/openbmc/linux/arch/arm64/kernel/
H A Ddebug-monitors.c458 clear_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP); in user_disable_single_step()
/openbmc/linux/arch/x86/mm/
H A Dtlb.c363 clear_ti_thread_flag(&next->thread_info, TIF_SPEC_L1D_FLUSH); in l1d_flush_evaluate()
/openbmc/linux/arch/loongarch/kernel/
H A Dptrace.c620 clear_ti_thread_flag(ti, TIF_LOAD_WATCH); in ptrace_hbp_set_ctrl()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c2163 clear_ti_thread_flag(&task->thread_info, TIF_SPEC_L1D_FLUSH); in l1d_flush_prctl_set()