Home
last modified time | relevance | path

Searched refs:FP_STATE_FPSIMD (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c390 case FP_STATE_FPSIMD: in task_fpsimd_load()
445 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_FPSIMD); in task_fpsimd_load()
523 *last->fp_type = FP_STATE_FPSIMD; in fpsimd_save()
900 task->thread.fp_type = FP_STATE_FPSIMD; in vec_set_vector_length()
1676 current->thread.fp_type = FP_STATE_FPSIMD; in fpsimd_flush_thread()
1728 current->thread.fp_type = FP_STATE_FPSIMD; in fpsimd_kvm_prepare()
H A 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()
1114 current->thread.fp_type = FP_STATE_FPSIMD; in setup_return()
H A Dprocess.c335 dst->thread.fp_type = FP_STATE_FPSIMD; in arch_dup_task_struct()
H A Dptrace.c757 if (target->thread.fp_type == FP_STATE_FPSIMD) { in sve_init_header_from_task()
910 target->thread.fp_type = FP_STATE_FPSIMD; in sve_set_common()
933 target->thread.fp_type = FP_STATE_FPSIMD; in sve_set_common()
/openbmc/linux/arch/arm64/kvm/
H A Dfpsimd.c161 fp_state.to_save = FP_STATE_FPSIMD; in kvm_arch_vcpu_ctxsync_fp()
/openbmc/linux/arch/arm64/include/asm/
H A Dprocessor.h127 FP_STATE_FPSIMD, enumerator