Home
last modified time | relevance | path

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

/arch/arm64/kvm/
A Dfpsimd.c85 fp_state.to_save = FP_STATE_SVE; in kvm_arch_vcpu_ctxsync_fp()
/arch/arm64/kernel/
A Dfpsimd.c368 case FP_STATE_SVE: in task_fpsimd_load()
415 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_SVE); in task_fpsimd_load()
463 last->to_save == FP_STATE_SVE) { in fpsimd_save_user_state()
501 *last->fp_type = FP_STATE_SVE; in fpsimd_save_user_state()
766 if (task->thread.fp_type == FP_STATE_SVE) in fpsimd_sync_from_effective_state()
784 if (task->thread.fp_type != FP_STATE_SVE) in fpsimd_sync_to_effective_state_zeropad()
1339 current->thread.fp_type = FP_STATE_SVE; in sve_init_regs()
1758 if (current->thread.fp_type == FP_STATE_SVE) in fpsimd_update_current_state()
A Dsignal.c374 } else if (current->thread.fp_type == FP_STATE_SVE) { in preserve_sve_context()
468 current->thread.fp_type = FP_STATE_SVE; in restore_sve_fpsimd_context()
1157 if (add_all || current->thread.fp_type == FP_STATE_SVE || in setup_sigframe_layout()
A Dptrace.c778 if (active && target->thread.fp_type == FP_STATE_SVE) in sve_init_header_from_task()
978 target->thread.fp_type = FP_STATE_SVE; in sve_set_common()
/arch/arm64/include/asm/
A Dprocessor.h130 FP_STATE_SVE, enumerator

Completed in 17 milliseconds