Home
last modified time | relevance | path

Searched refs:FP_STATE_SVE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c395 case FP_STATE_SVE: in task_fpsimd_load()
440 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_SVE); in task_fpsimd_load()
482 last->to_save == FP_STATE_SVE) { in fpsimd_save()
520 *last->fp_type = FP_STATE_SVE; in fpsimd_save()
816 if (task->thread.fp_type == FP_STATE_SVE) in sve_sync_to_fpsimd()
1447 current->thread.fp_type = FP_STATE_SVE; in sve_init_regs()
1706 if (current->thread.fp_type == FP_STATE_SVE) in fpsimd_signal_preserve_current_state()
H A Dsignal.c245 } else if (current->thread.fp_type == FP_STATE_SVE) { in preserve_sve_context()
347 current->thread.fp_type = FP_STATE_SVE; in restore_sve_fpsimd_context()
881 if (add_all || current->thread.fp_type == FP_STATE_SVE || in setup_sigframe_layout()
H A Dptrace.c947 target->thread.fp_type = FP_STATE_SVE; in sve_set_common()
/openbmc/linux/arch/arm64/kvm/
H A Dfpsimd.c159 fp_state.to_save = FP_STATE_SVE; in kvm_arch_vcpu_ctxsync_fp()
/openbmc/linux/arch/arm64/include/asm/
H A Dprocessor.h128 FP_STATE_SVE, enumerator