Home
last modified time | relevance | path

Searched refs:TIF_NEED_FPU_LOAD (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/fpu/
H A Dcore.c134 !test_thread_flag(TIF_NEED_FPU_LOAD)) { in kernel_fpu_begin_mask()
135 set_thread_flag(TIF_NEED_FPU_LOAD); in kernel_fpu_begin_mask()
174 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) { in fpu__save()
240 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu__copy()
248 set_tsk_thread_flag(dst, TIF_NEED_FPU_LOAD); in fpu__copy()
264 set_thread_flag(TIF_NEED_FPU_LOAD); in fpu__initialize()
420 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpregs_assert_state_consistent()
434 clear_thread_flag(TIF_NEED_FPU_LOAD); in fpregs_mark_activate()
H A Dsignal.c66 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in save_fsave_header()
190 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in copy_fpstate_to_sigframe()
358 if (test_thread_flag(TIF_NEED_FPU_LOAD) && in __fpu__restore_sig()
382 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in __fpu__restore_sig()
405 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) { in __fpu__restore_sig()
413 set_thread_flag(TIF_NEED_FPU_LOAD); in __fpu__restore_sig()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dthread_info.h91 #define TIF_NEED_FPU_LOAD 14 /* load FPU on return to userspace */ macro
121 #define _TIF_NEED_FPU_LOAD (1 << TIF_NEED_FPU_LOAD)
/OK3568_Linux_fs/kernel/arch/x86/include/asm/fpu/
H A Dinternal.h509 clear_thread_flag(TIF_NEED_FPU_LOAD); in __fpregs_load_activate()
566 set_thread_flag(TIF_NEED_FPU_LOAD); in switch_fpu_finish()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/trace/
H A Dfpu.h23 __entry->load_fpu = test_thread_flag(TIF_NEED_FPU_LOAD);
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dprocess_32.c166 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in __switch_to()
H A Dprocess_64.c543 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in __switch_to()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c9197 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in vcpu_enter_guest()
9480 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in kvm_save_current_fpu()
H A Demulate.c1133 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in emulator_get_fpu()