Lines Matching defs:pfr0
578 static inline bool id_aa64pfr0_32bit_el1(u64 pfr0)
580 u32 val = cpuid_feature_extract_unsigned_field(pfr0, ID_AA64PFR0_EL1_SHIFT);
585 static inline bool id_aa64pfr0_32bit_el0(u64 pfr0)
587 u32 val = cpuid_feature_extract_unsigned_field(pfr0, ID_AA64PFR0_EL0_SHIFT);
592 static inline bool id_aa64pfr0_sve(u64 pfr0)
594 u32 val = cpuid_feature_extract_unsigned_field(pfr0, ID_AA64PFR0_SVE_SHIFT);
611 u64 pfr0;
615 pfr0 = read_sysreg_s(SYS_ID_AA64PFR0_EL1);
617 pfr0 = read_sanitised_ftr_reg(SYS_ID_AA64PFR0_EL1);
619 csv2_val = cpuid_feature_extract_unsigned_field(pfr0,