Home
last modified time | relevance | path

Searched refs:fp_type (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/arch/arm64/kernel/
Dfpsimd.c389 switch (current->thread.fp_type) { in task_fpsimd_load()
440 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_SVE); in task_fpsimd_load()
445 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_FPSIMD); in task_fpsimd_load()
520 *last->fp_type = FP_STATE_SVE; in fpsimd_save()
523 *last->fp_type = FP_STATE_FPSIMD; in fpsimd_save()
816 if (task->thread.fp_type == FP_STATE_SVE) in sve_sync_to_fpsimd()
900 task->thread.fp_type = FP_STATE_FPSIMD; in vec_set_vector_length()
1429 current->thread.fp_type = FP_STATE_SVE; in sve_init_regs()
1658 current->thread.fp_type = FP_STATE_FPSIMD; in fpsimd_flush_thread()
1710 current->thread.fp_type = FP_STATE_FPSIMD; in fpsimd_kvm_prepare()
[all …]
Dsignal.c221 current->thread.fp_type = FP_STATE_FPSIMD; in restore_fpsimd_context()
311 current->thread.fp_type = FP_STATE_FPSIMD; in restore_sve_fpsimd_context()
347 current->thread.fp_type = FP_STATE_SVE; in restore_sve_fpsimd_context()
1114 current->thread.fp_type = FP_STATE_FPSIMD; in setup_return()
Dprocess.c335 dst->thread.fp_type = FP_STATE_FPSIMD; in arch_dup_task_struct()
Dptrace.c913 target->thread.fp_type = FP_STATE_FPSIMD; in sve_set_common()
936 target->thread.fp_type = FP_STATE_FPSIMD; in sve_set_common()
950 target->thread.fp_type = FP_STATE_SVE; in sve_set_common()
/Linux-v6.6/arch/arm64/include/asm/
Dfpsimd.h68 enum fp_type *fp_type; member
69 enum fp_type to_save;
Dprocessor.h125 enum fp_type { enum
161 enum fp_type fp_type; /* registers FPSIMD or SVE? */ member
Dkvm_host.h481 enum fp_type fp_type; member
/Linux-v6.6/arch/arm64/kvm/
Dfpsimd.c156 fp_state.fp_type = &vcpu->arch.fp_type; in kvm_arch_vcpu_ctxsync_fp()