Searched refs:fp_type (Results 1 – 8 of 8) sorted by relevance
366 switch (current->thread.fp_type) { in task_fpsimd_load()417 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_SVE); in task_fpsimd_load()422 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_FPSIMD); in task_fpsimd_load()500 *last->fp_type = FP_STATE_SVE; in fpsimd_save_user_state()503 *last->fp_type = FP_STATE_FPSIMD; in fpsimd_save_user_state()800 if (task->thread.fp_type == FP_STATE_SVE) in sve_sync_to_fpsimd()884 task->thread.fp_type = FP_STATE_FPSIMD; in vec_set_vector_length()1369 current->thread.fp_type = FP_STATE_SVE; in sve_init_regs()1664 current->thread.fp_type = FP_STATE_FPSIMD; in fpsimd_flush_thread()1693 if (current->thread.fp_type == FP_STATE_SVE) in fpsimd_signal_preserve_current_state()[all …]
281 current->thread.fp_type = FP_STATE_FPSIMD; in restore_fpsimd_context()360 } else if (current->thread.fp_type == FP_STATE_SVE) { in preserve_sve_context()426 current->thread.fp_type = FP_STATE_FPSIMD; in restore_sve_fpsimd_context()462 current->thread.fp_type = FP_STATE_SVE; in restore_sve_fpsimd_context()1030 if (add_all || current->thread.fp_type == FP_STATE_SVE || in setup_sigframe_layout()1292 current->thread.fp_type = FP_STATE_FPSIMD; in setup_return()
790 if (target->thread.fp_type == FP_STATE_FPSIMD) { in sve_init_header_from_task()943 target->thread.fp_type = FP_STATE_FPSIMD; in sve_set_common()966 target->thread.fp_type = FP_STATE_FPSIMD; in sve_set_common()980 target->thread.fp_type = FP_STATE_SVE; in sve_set_common()
342 dst->thread.fp_type = FP_STATE_FPSIMD; in arch_dup_task_struct()
140 fp_state.fp_type = &vcpu->arch.fp_type; in kvm_arch_vcpu_ctxsync_fp()
93 enum fp_type *fp_type; member94 enum fp_type to_save;
125 enum fp_type { enum163 enum fp_type fp_type; /* registers FPSIMD or SVE? */ member
692 enum fp_type fp_type; member