Home
last modified time | relevance | path

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

/arch/arm64/kvm/
A Dfpsimd.c82 fp_state.fp_type = &vcpu->arch.fp_type; in kvm_arch_vcpu_ctxsync_fp()
/arch/arm64/kernel/
A Dfpsimd.c363 switch (current->thread.fp_type) { in task_fpsimd_load()
415 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_SVE); in task_fpsimd_load()
501 *last->fp_type = FP_STATE_SVE; in fpsimd_save_user_state()
504 *last->fp_type = FP_STATE_FPSIMD; in fpsimd_save_user_state()
717 task->thread.fp_type = FP_STATE_FPSIMD; in task_smstop_sm()
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()
1639 current->thread.fp_type = FP_STATE_FPSIMD; in fpsimd_flush_thread()
1677 last->fp_type = &current->thread.fp_type; in fpsimd_bind_task_to_cpu()
[all …]
A Dsignal.c299 current->thread.fp_type = FP_STATE_FPSIMD; in restore_fpsimd_context()
374 } 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 Dprocess.c362 dst->thread.fp_type = FP_STATE_FPSIMD; in arch_dup_task_struct()
A Dptrace.c778 if (active && target->thread.fp_type == FP_STATE_SVE) in sve_init_header_from_task()
970 target->thread.fp_type = FP_STATE_FPSIMD; in sve_set_common()
978 target->thread.fp_type = FP_STATE_SVE; in sve_set_common()
/arch/arm64/include/asm/
A Dfpsimd.h92 enum fp_type *fp_type; member
93 enum fp_type to_save;
A Dprocessor.h127 enum fp_type { enum
165 enum fp_type fp_type; /* registers FPSIMD or SVE? */ member
A Dkvm_host.h807 enum fp_type fp_type; member

Completed in 26 milliseconds