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

/linux-master/arch/arm64/kernel/
H A Dfpsimd.c1574 int vl, supported_vl; local
1593 supported_vl = find_supported_vector_length(type, vl);
1594 if (WARN_ON(supported_vl != vl))
1595 vl = supported_vl;

Completed in 204 milliseconds