Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/fpu/
H A Dcore.c337 if (!cur_fps->is_confidential && !test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu_swap_kvm_fpstate()
431 !test_thread_flag(TIF_NEED_FPU_LOAD)) { in kernel_fpu_begin_mask()
432 set_thread_flag(TIF_NEED_FPU_LOAD); in kernel_fpu_begin_mask()
466 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu_sync_fpstate()
602 set_tsk_thread_flag(dst, TIF_NEED_FPU_LOAD); in fpu_clone()
631 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu_clone()
732 set_thread_flag(TIF_NEED_FPU_LOAD); in fpu_reset_fpregs()
805 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpregs_lock_and_load()
819 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpregs_assert_state_consistent()
833 clear_thread_flag(TIF_NEED_FPU_LOAD); in fpregs_mark_activate()
H A 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()
305 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in restore_fpregs_from_user()
327 if (test_thread_flag(TIF_NEED_FPU_LOAD) && xfeatures_mask_supervisor()) in restore_fpregs_from_user()
377 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) { in __fpu_restore_sig()
388 set_thread_flag(TIF_NEED_FPU_LOAD); in __fpu_restore_sig()
H A Dcontext.h79 clear_thread_flag(TIF_NEED_FPU_LOAD); in fpregs_restore_userregs()
H A Dxstate.c1542 if (in_use && test_thread_flag(TIF_NEED_FPU_LOAD)) in fpstate_realloc()
/openbmc/linux/arch/x86/include/asm/
H A 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)
/openbmc/linux/arch/x86/include/asm/fpu/
H A Dsched.h66 set_thread_flag(TIF_NEED_FPU_LOAD); in switch_fpu_finish()
/openbmc/linux/arch/x86/include/asm/trace/
H A Dfpu.h23 __entry->load_fpu = test_thread_flag(TIF_NEED_FPU_LOAD);
/openbmc/linux/arch/x86/kvm/
H A Dfpu.h103 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in kvm_fpu_get()
H A Dx86.c10763 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in vcpu_enter_guest()
/openbmc/linux/arch/x86/kernel/
H A Dprocess_32.c164 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in __switch_to()
H A Dprocess_64.c571 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in __switch_to()