Home
last modified time | relevance | path

Searched refs:TIF_HYBRID_FPREGS (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dthread_info.h131 #define TIF_HYBRID_FPREGS 28 /* 64b FP registers, odd singles in bits 63:32 of even doubles */ macro
153 #define _TIF_HYBRID_FPREGS (1<<TIF_HYBRID_FPREGS)
H A Delf.h347 clear_thread_flag(TIF_HYBRID_FPREGS); \
380 clear_thread_flag(TIF_HYBRID_FPREGS); \
411 clear_thread_flag(TIF_HYBRID_FPREGS); \
H A Dfpu.h123 if (test_thread_flag(TIF_HYBRID_FPREGS)) in __own_fpu()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Delf.c269 set_thread_flag(TIF_HYBRID_FPREGS); in set_thread_fp_mode()
271 clear_thread_flag(TIF_HYBRID_FPREGS); in set_thread_fp_mode()
H A Dprocess.c749 if (test_tsk_thread_flag(task, TIF_HYBRID_FPREGS)) in mips_get_process_fp_mode()
817 set_tsk_thread_flag(t, TIF_HYBRID_FPREGS); in mips_set_process_fp_mode()
819 clear_tsk_thread_flag(t, TIF_HYBRID_FPREGS); in mips_set_process_fp_mode()
H A Dsignal.c340 if (test_thread_flag(TIF_HYBRID_FPREGS)) in protected_save_fp_context()
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Dcp1emu.c795 return test_thread_flag(TIF_HYBRID_FPREGS); in hybrid_fprs()