Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kvm/
H A Dfpsimd.c113 fp_state.to_save = FP_STATE_FPSIMD; in kvm_arch_vcpu_ctxsync_fp()
/linux-6.15/arch/arm64/kernel/
H A Dfpsimd.c367 case FP_STATE_FPSIMD: in task_fpsimd_load()
422 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_FPSIMD); in task_fpsimd_load()
503 *last->fp_type = FP_STATE_FPSIMD; in fpsimd_save_user_state()
884 task->thread.fp_type = FP_STATE_FPSIMD; in vec_set_vector_length()
1530 .to_save = FP_STATE_FPSIMD, in fpsimd_save_kernel_state()
1664 current->thread.fp_type = FP_STATE_FPSIMD; in fpsimd_flush_thread()
H A Dsignal.c281 current->thread.fp_type = FP_STATE_FPSIMD; in restore_fpsimd_context()
426 current->thread.fp_type = FP_STATE_FPSIMD; in restore_sve_fpsimd_context()
1519 current->thread.fp_type = FP_STATE_FPSIMD; in setup_return()
H A Dprocess.c390 dst->thread.fp_type = FP_STATE_FPSIMD; in arch_dup_task_struct()
H A Dptrace.c793 if (target->thread.fp_type == FP_STATE_FPSIMD) { in sve_init_header_from_task()
950 target->thread.fp_type = FP_STATE_FPSIMD; in sve_set_common()
973 target->thread.fp_type = FP_STATE_FPSIMD; in sve_set_common()
/linux-6.15/arch/arm64/include/asm/
H A Dprocessor.h127 FP_STATE_FPSIMD, enumerator