Home
last modified time | relevance | path

Searched refs:task_get_sve_vl (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/kernel/
A Dfpsimd.c336 sve_set_vq(sve_vq_from_vl(task_get_sve_vl(current)) - 1); in task_fpsimd_load()
510 vq = sve_vq_from_vl(task_get_sve_vl(task)); in fpsimd_to_sve()
536 vq = sve_vq_from_vl(task_get_sve_vl(task)); in sve_to_fpsimd()
551 return SVE_SIG_REGS_SIZE(sve_vq_from_vl(task_get_sve_vl(task))); in sve_state_size()
626 vq = sve_vq_from_vl(task_get_sve_vl(task)); in sve_sync_from_fpsimd_zeropad()
663 if (vl == task_get_sve_vl(task)) in sve_set_vector_length()
712 ret = task_get_sve_vl(current); in sve_prctl_status()
1019 sve_vq_from_vl(task_get_sve_vl(current)) - 1; in do_sve_acc()
1185 last->sve_vl = task_get_sve_vl(current); in fpsimd_bind_task_to_cpu()
A Dsignal.c230 unsigned int vl = task_get_sve_vl(current); in preserve_sve_context()
269 if (sve.vl != task_get_sve_vl(current)) in restore_sve_fpsimd_context()
600 vl = task_get_sve_vl(current); in setup_sigframe_layout()
A Dptrace.c728 header->vl = task_get_sve_vl(target); in sve_init_header_from_task()
823 vq = sve_vq_from_vl(task_get_sve_vl(target)); in sve_set()
/linux/arch/arm64/include/asm/
A Dprocessor.h191 static inline unsigned int task_get_sve_vl(const struct task_struct *task) in task_get_sve_vl() function

Completed in 12 milliseconds