Searched refs:TIF_FOREIGN_FPSTATE (Results 1 – 4 of 4) sorted by relevance
357 if (test_thread_flag(TIF_FOREIGN_FPSTATE)) in fpsimd_save()1017 if (!test_thread_flag(TIF_FOREIGN_FPSTATE)) { in do_sve_acc()1085 update_tsk_thread_flag(next, TIF_FOREIGN_FPSTATE, in fpsimd_thread_switch()1230 clear_thread_flag(TIF_FOREIGN_FPSTATE); in fpsimd_restore_current_state()1236 if (test_and_clear_thread_flag(TIF_FOREIGN_FPSTATE)) { in fpsimd_restore_current_state()1263 clear_thread_flag(TIF_FOREIGN_FPSTATE); in fpsimd_update_current_state()1290 set_tsk_thread_flag(t, TIF_FOREIGN_FPSTATE); in fpsimd_flush_task_state()1304 set_thread_flag(TIF_FOREIGN_FPSTATE); in fpsimd_flush_cpu_state()
25 tbnz x16, #TIF_FOREIGN_FPSTATE, 1f // Any live FP state?
67 #define TIF_FOREIGN_FPSTATE 3 /* CPU's FP state is not current's */ macro89 #define _TIF_FOREIGN_FPSTATE (1 << TIF_FOREIGN_FPSTATE)
104 clear_thread_flag(TIF_FOREIGN_FPSTATE); in kvm_arch_vcpu_ctxsync_fp()
Completed in 11 milliseconds