Searched refs:mvfr1 (Results 1 – 1 of 1) sorted by relevance
1204 u32 mvfr1; in compat_has_neon() local1208 mvfr1 = read_sanitised_ftr_reg(SYS_MVFR1_EL1); in compat_has_neon()1210 mvfr1 = read_sysreg_s(SYS_MVFR1_EL1); in compat_has_neon()1212 return cpuid_feature_extract_unsigned_field(mvfr1, MVFR1_SIMDSP_SHIFT) && in compat_has_neon()1213 cpuid_feature_extract_unsigned_field(mvfr1, MVFR1_SIMDINT_SHIFT) && in compat_has_neon()1214 cpuid_feature_extract_unsigned_field(mvfr1, MVFR1_SIMDLS_SHIFT); in compat_has_neon()