Searched refs:fp_type (Results 1 – 6 of 6) sorted by relevance
369 switch (current->thread.fp_type) { in task_fpsimd_load()421 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_SVE); in task_fpsimd_load()426 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_FPSIMD); in task_fpsimd_load()507 *last->fp_type = FP_STATE_SVE; in fpsimd_save_user_state()510 *last->fp_type = FP_STATE_FPSIMD; in fpsimd_save_user_state()723 task->thread.fp_type = FP_STATE_FPSIMD; in task_smstop_sm()772 if (task->thread.fp_type == FP_STATE_SVE) in fpsimd_sync_from_effective_state()790 if (task->thread.fp_type != FP_STATE_SVE) in fpsimd_sync_to_effective_state_zeropad()1314 current->thread.fp_type = FP_STATE_SVE; in sve_init_regs()1616 current->thread.fp_type = FP_STATE_FPSIMD; in fpsimd_flush_thread()[all …]
300 current->thread.fp_type = FP_STATE_FPSIMD; in restore_fpsimd_context()375 } else if (current->thread.fp_type == FP_STATE_SVE) { in preserve_sve_context()469 current->thread.fp_type = FP_STATE_SVE; in restore_sve_fpsimd_context()1158 if (add_all || current->thread.fp_type == FP_STATE_SVE || in setup_sigframe_layout()
363 dst->thread.fp_type = FP_STATE_FPSIMD; in arch_dup_task_struct()
82 fp_state.fp_type = &vcpu->arch.fp_type; in kvm_arch_vcpu_ctxsync_fp()
127 enum fp_type { enum165 enum fp_type fp_type; /* registers FPSIMD or SVE? */ member
811 enum fp_type fp_type; member