Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dprocessor.h213 static inline unsigned int thread_get_cur_vl(struct thread_struct *thread) in thread_get_cur_vl() function
/linux/arch/arm64/kernel/
H A Dsignal.c1190 vl = thread_get_cur_vl(&current->thread); in setup_sigframe_layout()