Home
last modified time | relevance | path

Searched refs:fp_type (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm64/kernel/
H A Dfpsimd.c369 switch (current->thread.fp_type) { in task_fpsimd_load()
421 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_SVE); in task_fpsimd_load()
426 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_FPSIMD); in task_fpsimd_load()
507 *last->fp_type = FP_STATE_SVE; in fpsimd_save_user_state()
510 *last->fp_type = FP_STATE_FPSIMD; in fpsimd_save_user_state()
723 task->thread.fp_type = FP_STATE_FPSIMD; in task_smstop_sm()
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()
1616 current->thread.fp_type = FP_STATE_FPSIMD; in fpsimd_flush_thread()
[all …]
H A Dsignal.c300 current->thread.fp_type = FP_STATE_FPSIMD; in restore_fpsimd_context()
375 } else if (current->thread.fp_type == FP_STATE_SVE) { in preserve_sve_context()
469 current->thread.fp_type = FP_STATE_SVE; in restore_sve_fpsimd_context()
1158 if (add_all || current->thread.fp_type == FP_STATE_SVE || in setup_sigframe_layout()
H A Dprocess.c363 dst->thread.fp_type = FP_STATE_FPSIMD; in arch_dup_task_struct()
/linux/arch/arm64/kvm/
H A Dfpsimd.c82 fp_state.fp_type = &vcpu->arch.fp_type; in kvm_arch_vcpu_ctxsync_fp()
/linux/arch/arm64/include/asm/
H A Dprocessor.h127 enum fp_type { enum
165 enum fp_type fp_type; /* registers FPSIMD or SVE? */ member
H A Dkvm_host.h811 enum fp_type fp_type; member