Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
A Dfpsimd.c366 switch (current->thread.fp_type) { in task_fpsimd_load()
417 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_SVE); in task_fpsimd_load()
500 *last->fp_type = FP_STATE_SVE; in fpsimd_save_user_state()
503 *last->fp_type = FP_STATE_FPSIMD; in fpsimd_save_user_state()
800 if (task->thread.fp_type == FP_STATE_SVE) in sve_sync_to_fpsimd()
884 task->thread.fp_type = FP_STATE_FPSIMD; in vec_set_vector_length()
1369 current->thread.fp_type = FP_STATE_SVE; in sve_init_regs()
1664 current->thread.fp_type = FP_STATE_FPSIMD; in fpsimd_flush_thread()
1693 if (current->thread.fp_type == FP_STATE_SVE) in fpsimd_signal_preserve_current_state()
1716 current->thread.fp_type = FP_STATE_FPSIMD; in fpsimd_kvm_prepare()
[all …]
A Dsignal.c281 current->thread.fp_type = FP_STATE_FPSIMD; in restore_fpsimd_context()
360 } else if (current->thread.fp_type == FP_STATE_SVE) { in preserve_sve_context()
426 current->thread.fp_type = FP_STATE_FPSIMD; in restore_sve_fpsimd_context()
462 current->thread.fp_type = FP_STATE_SVE; in restore_sve_fpsimd_context()
1030 if (add_all || current->thread.fp_type == FP_STATE_SVE || in setup_sigframe_layout()
1292 current->thread.fp_type = FP_STATE_FPSIMD; in setup_return()
A Dptrace.c790 if (target->thread.fp_type == FP_STATE_FPSIMD) { in sve_init_header_from_task()
943 target->thread.fp_type = FP_STATE_FPSIMD; in sve_set_common()
966 target->thread.fp_type = FP_STATE_FPSIMD; in sve_set_common()
980 target->thread.fp_type = FP_STATE_SVE; in sve_set_common()
A Dprocess.c342 dst->thread.fp_type = FP_STATE_FPSIMD; in arch_dup_task_struct()
/linux/arch/arm64/kvm/
A Dfpsimd.c140 fp_state.fp_type = &vcpu->arch.fp_type; in kvm_arch_vcpu_ctxsync_fp()
/linux/arch/arm64/include/asm/
A Dfpsimd.h93 enum fp_type *fp_type; member
94 enum fp_type to_save;
A Dprocessor.h125 enum fp_type { enum
163 enum fp_type fp_type; /* registers FPSIMD or SVE? */ member
A Dkvm_host.h692 enum fp_type fp_type; member

Completed in 25 milliseconds