Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dfpsimd.c374 case FP_STATE_SVE: in task_fpsimd_load()
421 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_SVE); in task_fpsimd_load()
469 last->to_save == FP_STATE_SVE) { in fpsimd_save_user_state()
507 *last->fp_type = FP_STATE_SVE; in fpsimd_save_user_state()
772 if (task->thread.fp_type == FP_STATE_SVE) in fpsimd_sync_from_effective_state()
790 if (task->thread.fp_type != FP_STATE_SVE) in fpsimd_sync_to_effective_state_zeropad()
1314 current->thread.fp_type = FP_STATE_SVE; in sve_init_regs()
1735 if (current->thread.fp_type == FP_STATE_SVE) in fpsimd_update_current_state()
H A Dsignal.c375 } else if (current->thread.fp_type == FP_STATE_SVE) { in preserve_sve_context()
472 current->thread.fp_type = FP_STATE_SVE; in restore_sve_fpsimd_context()
1172 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()
/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