Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dthread_info.h129 #define TIF_HYBRID_FPREGS 28 /* 64b FP registers, odd singles in bits 63:32 of even doubles */ macro
151 #define _TIF_HYBRID_FPREGS (1<<TIF_HYBRID_FPREGS)
H A Delf.h331 clear_thread_flag(TIF_HYBRID_FPREGS); \
364 clear_thread_flag(TIF_HYBRID_FPREGS); \
395 clear_thread_flag(TIF_HYBRID_FPREGS); \
H A Dfpu.h123 if (test_thread_flag(TIF_HYBRID_FPREGS)) in __own_fpu()
/openbmc/linux/arch/mips/kernel/
H A Delf.c270 set_thread_flag(TIF_HYBRID_FPREGS); in set_thread_fp_mode()
272 clear_thread_flag(TIF_HYBRID_FPREGS); in set_thread_fp_mode()
H A Dprocess.c765 if (test_tsk_thread_flag(task, TIF_HYBRID_FPREGS)) in mips_get_process_fp_mode()
833 set_tsk_thread_flag(t, TIF_HYBRID_FPREGS); in mips_set_process_fp_mode()
835 clear_tsk_thread_flag(t, TIF_HYBRID_FPREGS); in mips_set_process_fp_mode()
H A Dsignal.c339 if (test_thread_flag(TIF_HYBRID_FPREGS)) in protected_save_fp_context()
/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c795 return test_thread_flag(TIF_HYBRID_FPREGS); in hybrid_fprs()