Searched refs:task_get_sme_vl (Results 1 – 3 of 3) sorted by relevance
404 vl = task_get_sme_vl(current); in preserve_sve_context()451 vl = task_get_sme_vl(current); in restore_sve_fpsimd_context()569 unsigned int vl = task_get_sme_vl(current); in preserve_za_context()608 if (user_vl != task_get_sme_vl(current)) in restore_za_context()1234 vl = task_get_sme_vl(current); in setup_sigframe_layout()
1093 header.vl = task_get_sme_vl(target); in za_get()1161 vq = sve_vq_from_vl(task_get_sme_vl(target)); in za_set()
241 static inline unsigned int task_get_sme_vl(const struct task_struct *task) in task_get_sme_vl() function