Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dprocessor.h200 static inline unsigned int thread_get_cur_vl(struct thread_struct *thread) in thread_get_cur_vl() function
/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c685 vq = sve_vq_from_vl(thread_get_cur_vl(&task->thread)); in fpsimd_to_sve()
711 vl = thread_get_cur_vl(&task->thread); in sve_to_fpsimd()
842 vq = sve_vq_from_vl(thread_get_cur_vl(&task->thread)); in sve_sync_from_fpsimd_zeropad()
H A Dsignal.c886 vl = thread_get_cur_vl(&current->thread); in setup_sigframe_layout()