Home
last modified time | relevance | path

Searched refs:TIF_FPUBOUND (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/mips/include/asm/
Dswitch_to.h57 test_ti_thread_flag(__prev_ti, TIF_FPUBOUND) && \
59 clear_ti_thread_flag(__prev_ti, TIF_FPUBOUND); \
Dthread_info.h125 #define TIF_FPUBOUND 24 /* thread bound to FPU-full CPU set */ macro
148 #define _TIF_FPUBOUND (1<<TIF_FPUBOUND)
/linux-5.19.10/arch/mips/kernel/
Dmips-mt-fpaff.c120 if (test_ti_thread_flag(ti, TIF_FPUBOUND) && in mipsmt_sys_sched_setaffinity()
126 clear_ti_thread_flag(ti, TIF_FPUBOUND); in mipsmt_sys_sched_setaffinity()
Dprocess.c163 clear_tsk_thread_flag(p, TIF_FPUBOUND); in copy_thread()
Dtraps.c951 set_thread_flag(TIF_FPUBOUND); in mt_ase_fp_affinity()