Home
last modified time | relevance | path

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

/arch/x86/kernel/fpu/
Dcore.c149 !test_thread_flag(TIF_NEED_FPU_LOAD)) { in kernel_fpu_begin_mask()
150 set_thread_flag(TIF_NEED_FPU_LOAD); in kernel_fpu_begin_mask()
184 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu_sync_fpstate()
259 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu_clone()
266 set_tsk_thread_flag(dst, TIF_NEED_FPU_LOAD); in fpu_clone()
348 set_thread_flag(TIF_NEED_FPU_LOAD); in fpu_reset_fpstate()
417 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpregs_assert_state_consistent()
431 clear_thread_flag(TIF_NEED_FPU_LOAD); in fpregs_mark_activate()
Dsignal.c75 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in save_fsave_header()
199 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in copy_fpstate_to_sigframe()
273 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in restore_fpregs_from_user()
295 if (test_thread_flag(TIF_NEED_FPU_LOAD) && xfeatures_mask_supervisor()) in restore_fpregs_from_user()
355 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) { in __fpu_restore_sig()
366 set_thread_flag(TIF_NEED_FPU_LOAD); in __fpu_restore_sig()
/arch/x86/include/asm/
Dthread_info.h88 #define TIF_NEED_FPU_LOAD 14 /* load FPU on return to userspace */ macro
112 #define _TIF_NEED_FPU_LOAD (1 << TIF_NEED_FPU_LOAD)
/arch/x86/include/asm/trace/
Dfpu.h23 __entry->load_fpu = test_thread_flag(TIF_NEED_FPU_LOAD);
/arch/x86/kvm/
Dfpu.h103 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in kvm_fpu_get()
Dx86.c9938 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in vcpu_enter_guest()
10258 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in kvm_save_current_fpu()
/arch/x86/include/asm/fpu/
Dinternal.h482 clear_thread_flag(TIF_NEED_FPU_LOAD); in fpregs_restore_userregs()
536 set_thread_flag(TIF_NEED_FPU_LOAD); in switch_fpu_finish()
/arch/x86/kernel/
Dprocess_32.c168 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in __switch_to()
Dprocess_64.c568 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in __switch_to()