Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dfpsimd.c85 fp_state.to_save = FP_STATE_SVE; in kvm_arch_vcpu_ctxsync_fp()
/linux/arch/arm64/include/asm/
H A Dprocessor.h130 FP_STATE_SVE, enumerator
/linux/arch/arm64/kernel/
H A Dsignal.c407 } else if (current->thread.fp_type == FP_STATE_SVE) { in preserve_sve_context()
504 current->thread.fp_type = FP_STATE_SVE; in restore_sve_fpsimd_context()
1204 if (add_all || current->thread.fp_type == FP_STATE_SVE || in setup_sigframe_layout()
H A Dptrace.c778 if (active && target->thread.fp_type == FP_STATE_SVE) in sve_init_header_from_task()
1002 target->thread.fp_type = FP_STATE_SVE; in sve_set_common()