Searched refs:fp_type (Results 1 – 4 of 4) sorted by relevance
371 switch (current->thread.fp_type) { in task_fpsimd_load()427 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_SVE); in task_fpsimd_load()431 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_FPSIMD); in task_fpsimd_load()511 *last->fp_type = FP_STATE_SVE; in fpsimd_save_user_state()514 *last->fp_type = FP_STATE_FPSIMD; in fpsimd_save_user_state()728 task->thread.fp_type = FP_STATE_FPSIMD; in task_smstop_sm()777 if (task->thread.fp_type == FP_STATE_SVE) in fpsimd_sync_from_effective_state()795 if (task->thread.fp_type != FP_STATE_SVE) in fpsimd_sync_to_effective_state_zeropad()1345 current->thread.fp_type = FP_STATE_SVE; in do_sve_acc()1687 current->thread.fp_type = FP_STATE_FPSIMD; in fpsimd_flush_thread()[all …]
327 current->thread.fp_type = FP_STATE_FPSIMD; in restore_fpsimd_context()407 } else if (current->thread.fp_type == FP_STATE_SVE) { in preserve_sve_context()504 current->thread.fp_type = FP_STATE_SVE; in restore_sve_fpsimd_context()1204 if (add_all || current->thread.fp_type == FP_STATE_SVE || in setup_sigframe_layout()
365 dst->thread.fp_type = FP_STATE_FPSIMD; in arch_dup_task_struct()
127 enum fp_type { enum168 enum fp_type fp_type; /* registers FPSIMD or SVE? */ member