Searched refs:clear_ti_thread_flag (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | thread_info.h | 92 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 D | sched.h | 2042 clear_ti_thread_flag(task_thread_info(tsk), flag); in clear_tsk_thread_flag()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | switch_to.h | 59 clear_ti_thread_flag(__prev_ti, TIF_FPUBOUND); \
|
/openbmc/linux/arch/mips/kernel/ |
H A D | mips-mt-fpaff.c | 126 clear_ti_thread_flag(ti, TIF_FPUBOUND); in mipsmt_sys_sched_setaffinity()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | process_32.c | 191 clear_ti_thread_flag(task_thread_info(tsk), TIF_USEDFPU);
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | debug-monitors.c | 458 clear_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP); in user_disable_single_step()
|
/openbmc/linux/arch/x86/mm/ |
H A D | tlb.c | 363 clear_ti_thread_flag(&next->thread_info, TIF_SPEC_L1D_FLUSH); in l1d_flush_evaluate()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | ptrace.c | 620 clear_ti_thread_flag(ti, TIF_LOAD_WATCH); in ptrace_hbp_set_ctrl()
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | bugs.c | 2163 clear_ti_thread_flag(&task->thread_info, TIF_SPEC_L1D_FLUSH); in l1d_flush_prctl_set()
|