Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/fpu/
Dcore.c337 if (!cur_fps->is_confidential && !test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu_swap_kvm_fpstate()
430 !test_thread_flag(TIF_NEED_FPU_LOAD)) { in kernel_fpu_begin_mask()
431 set_thread_flag(TIF_NEED_FPU_LOAD); in kernel_fpu_begin_mask()
465 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu_sync_fpstate()
573 set_tsk_thread_flag(dst, TIF_NEED_FPU_LOAD); in fpu_clone()
602 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu_clone()
697 set_thread_flag(TIF_NEED_FPU_LOAD); in fpu_reset_fpregs()
766 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpregs_assert_state_consistent()
780 clear_thread_flag(TIF_NEED_FPU_LOAD); in fpregs_mark_activate()
Dsignal.c77 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in save_fsave_header()
227 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in copy_fpstate_to_sigframe()
304 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in restore_fpregs_from_user()
326 if (test_thread_flag(TIF_NEED_FPU_LOAD) && xfeatures_mask_supervisor()) in restore_fpregs_from_user()
380 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) { in __fpu_restore_sig()
391 set_thread_flag(TIF_NEED_FPU_LOAD); in __fpu_restore_sig()
Dcontext.h80 clear_thread_flag(TIF_NEED_FPU_LOAD); in fpregs_restore_userregs()
Dxstate.c1534 if (in_use && test_thread_flag(TIF_NEED_FPU_LOAD)) in fpstate_realloc()
/linux-6.1.9/arch/x86/include/asm/
Dthread_info.h91 #define TIF_NEED_FPU_LOAD 14 /* load FPU on return to userspace */ macro
114 #define _TIF_NEED_FPU_LOAD (1 << TIF_NEED_FPU_LOAD)
/linux-6.1.9/arch/x86/include/asm/fpu/
Dsched.h65 set_thread_flag(TIF_NEED_FPU_LOAD); in switch_fpu_finish()
/linux-6.1.9/arch/x86/include/asm/trace/
Dfpu.h23 __entry->load_fpu = test_thread_flag(TIF_NEED_FPU_LOAD);
/linux-6.1.9/arch/x86/kvm/
Dfpu.h103 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in kvm_fpu_get()
Dx86.c10742 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in vcpu_enter_guest()
/linux-6.1.9/arch/x86/kernel/
Dprocess_32.c164 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()