Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/
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)
Delf.h331 clear_thread_flag(TIF_HYBRID_FPREGS); \
364 clear_thread_flag(TIF_HYBRID_FPREGS); \
395 clear_thread_flag(TIF_HYBRID_FPREGS); \
Dfpu.h123 if (test_thread_flag(TIF_HYBRID_FPREGS)) in __own_fpu()
/linux-5.19.10/arch/mips/kernel/
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()
Dprocess.c764 if (test_tsk_thread_flag(task, TIF_HYBRID_FPREGS)) in mips_get_process_fp_mode()
832 set_tsk_thread_flag(t, TIF_HYBRID_FPREGS); in mips_set_process_fp_mode()
834 clear_tsk_thread_flag(t, TIF_HYBRID_FPREGS); in mips_set_process_fp_mode()
Dsignal.c339 if (test_thread_flag(TIF_HYBRID_FPREGS)) in protected_save_fp_context()
/linux-5.19.10/arch/mips/math-emu/
Dcp1emu.c795 return test_thread_flag(TIF_HYBRID_FPREGS); in hybrid_fprs()