Home
last modified time | relevance | path

Searched refs:TIF_FPUBOUND (Results 1 – 2 of 2) 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 Dtraps.c953 set_thread_flag(TIF_FPUBOUND); in mt_ase_fp_affinity()