Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dthread_info.h125 #define TIF_FPUBOUND 24 /* thread bound to FPU-full CPU set */ macro
148 #define _TIF_FPUBOUND (1<<TIF_FPUBOUND)
/linux/arch/mips/kernel/
H A Dmips-mt-fpaff.c121 if (test_ti_thread_flag(ti, TIF_FPUBOUND) && in mipsmt_sys_sched_setaffinity()
127 clear_ti_thread_flag(ti, TIF_FPUBOUND); in mipsmt_sys_sched_setaffinity()
H A Dtraps.c953 set_thread_flag(TIF_FPUBOUND); in mt_ase_fp_affinity()