Searched refs:get_default_vl (Results 1 - 1 of 1) sorted by path

/linux-master/arch/arm64/kernel/
H A Dfpsimd.c161 static inline int get_default_vl(enum vec_type type) function
170 return get_default_vl(ARM64_VEC_SVE);
196 return get_default_vl(ARM64_VEC_SME);
544 int vl = get_default_vl(type);
1588 vl = get_default_vl(type);

Completed in 163 milliseconds