Searched refs:fp_type (Results 1 – 8 of 8) sorted by relevance
82 fp_state.fp_type = &vcpu->arch.fp_type; in kvm_arch_vcpu_ctxsync_fp()
363 switch (current->thread.fp_type) { in task_fpsimd_load()415 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_SVE); in task_fpsimd_load()501 *last->fp_type = FP_STATE_SVE; in fpsimd_save_user_state()504 *last->fp_type = FP_STATE_FPSIMD; in fpsimd_save_user_state()717 task->thread.fp_type = FP_STATE_FPSIMD; in task_smstop_sm()766 if (task->thread.fp_type == FP_STATE_SVE) in fpsimd_sync_from_effective_state()784 if (task->thread.fp_type != FP_STATE_SVE) in fpsimd_sync_to_effective_state_zeropad()1339 current->thread.fp_type = FP_STATE_SVE; in sve_init_regs()1639 current->thread.fp_type = FP_STATE_FPSIMD; in fpsimd_flush_thread()1677 last->fp_type = ¤t->thread.fp_type; in fpsimd_bind_task_to_cpu()[all …]
299 current->thread.fp_type = FP_STATE_FPSIMD; in restore_fpsimd_context()374 } else if (current->thread.fp_type == FP_STATE_SVE) { in preserve_sve_context()468 current->thread.fp_type = FP_STATE_SVE; in restore_sve_fpsimd_context()1157 if (add_all || current->thread.fp_type == FP_STATE_SVE || in setup_sigframe_layout()
362 dst->thread.fp_type = FP_STATE_FPSIMD; in arch_dup_task_struct()
778 if (active && target->thread.fp_type == FP_STATE_SVE) in sve_init_header_from_task()970 target->thread.fp_type = FP_STATE_FPSIMD; in sve_set_common()978 target->thread.fp_type = FP_STATE_SVE; in sve_set_common()
92 enum fp_type *fp_type; member93 enum fp_type to_save;
127 enum fp_type { enum165 enum fp_type fp_type; /* registers FPSIMD or SVE? */ member
807 enum fp_type fp_type; member
Completed in 31 milliseconds