Home
last modified time | relevance | path

Searched refs:task_get_sme_vl (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/kernel/
H A Dsignal.c404 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()
H A Dptrace.c1093 header.vl = task_get_sme_vl(target); in za_get()
1161 vq = sve_vq_from_vl(task_get_sme_vl(target)); in za_set()
/linux/arch/arm64/include/asm/
H A Dprocessor.h241 static inline unsigned int task_get_sme_vl(const struct task_struct *task) in task_get_sme_vl() function