Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kernel/
H A Dcpufeature.c3261 u32 mvfr1; in compat_has_neon() local
3265 mvfr1 = read_sanitised_ftr_reg(SYS_MVFR1_EL1); in compat_has_neon()
3267 mvfr1 = read_sysreg_s(SYS_MVFR1_EL1); in compat_has_neon()
3269 return cpuid_feature_extract_unsigned_field(mvfr1, MVFR1_EL1_SIMDSP_SHIFT) && in compat_has_neon()
3270 cpuid_feature_extract_unsigned_field(mvfr1, MVFR1_EL1_SIMDInt_SHIFT) && in compat_has_neon()
3271 cpuid_feature_extract_unsigned_field(mvfr1, MVFR1_EL1_SIMDLS_SHIFT); in compat_has_neon()