Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dprocessor.h184 static inline unsigned int thread_get_vl(struct thread_struct *thread, in thread_get_vl() function
192 return thread_get_vl(thread, ARM64_VEC_SVE); in thread_get_sve_vl()
197 return thread_get_vl(thread, ARM64_VEC_SME); in thread_get_sme_vl()