Searched refs:task_get_vl (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dprocessor.h213 unsigned int task_get_vl(const struct task_struct *task, enum vec_type type);
223 return task_get_vl(task, ARM64_VEC_SVE);
228 return task_get_vl(task, ARM64_VEC_SME);
/linux-master/arch/arm64/kernel/
H A Dfpsimd.c249 unsigned int task_get_vl(const struct task_struct *task, enum vec_type type) function
866 if (vl == task_get_vl(task, type))
940 ret = task_get_vl(current, type);
H A Dptrace.c797 header->vl = task_get_vl(target, type);
902 vq = sve_vq_from_vl(task_get_vl(target, type));

Completed in 135 milliseconds