Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Dfpsimd.c894 int vl, supported_vl; in fpsimd_flush_thread() local
926 supported_vl = find_supported_vector_length(vl); in fpsimd_flush_thread()
927 if (WARN_ON(supported_vl != vl)) in fpsimd_flush_thread()
928 vl = supported_vl; in fpsimd_flush_thread()