Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dfpsimd.c376 case FP_STATE_SVE: in task_fpsimd_load()
427 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_SVE); in task_fpsimd_load()
474 last->to_save == FP_STATE_SVE) { in fpsimd_save_user_state()
511 *last->fp_type = FP_STATE_SVE; in fpsimd_save_user_state()
777 if (task->thread.fp_type == FP_STATE_SVE) in fpsimd_sync_from_effective_state()
795 if (task->thread.fp_type != FP_STATE_SVE) in fpsimd_sync_to_effective_state_zeropad()
1345 current->thread.fp_type = FP_STATE_SVE; in do_sve_acc()
1806 if (current->thread.fp_type == FP_STATE_SVE) in fpsimd_update_current_state()
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()
/linux/arch/arm64/include/asm/
H A Dprocessor.h130 FP_STATE_SVE, enumerator