Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kernel/
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()
422 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_FPSIMD); 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()
[all …]
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()
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()
Dprocess.c342 dst->thread.fp_type = FP_STATE_FPSIMD; in arch_dup_task_struct()
/linux-6.12.1/arch/arm64/kvm/
Dfpsimd.c140 fp_state.fp_type = &vcpu->arch.fp_type; in kvm_arch_vcpu_ctxsync_fp()
/linux-6.12.1/arch/arm64/include/asm/
Dfpsimd.h93 enum fp_type *fp_type; member
94 enum fp_type to_save;
Dprocessor.h125 enum fp_type { enum
163 enum fp_type fp_type; /* registers FPSIMD or SVE? */ member
Dkvm_host.h692 enum fp_type fp_type; member