Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dfpsimd.h120 extern int sve_set_current_vl(unsigned long arg);
158 static inline int sve_set_current_vl(unsigned long arg) in sve_set_current_vl() function
H A Dprocessor.h316 #define SVE_SET_VL(arg) sve_set_current_vl(arg)
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dfpsimd.c673 int sve_set_current_vl(unsigned long arg) in sve_set_current_vl() function