Lines Matching refs:taint

1114 	int taint = 0;  in update_32bit_cpu_features()  local
1130 taint |= check_update_ftr_reg(SYS_ID_DFR0_EL1, cpu, in update_32bit_cpu_features()
1132 taint |= check_update_ftr_reg(SYS_ID_DFR1_EL1, cpu, in update_32bit_cpu_features()
1134 taint |= check_update_ftr_reg(SYS_ID_ISAR0_EL1, cpu, in update_32bit_cpu_features()
1136 taint |= check_update_ftr_reg(SYS_ID_ISAR1_EL1, cpu, in update_32bit_cpu_features()
1138 taint |= check_update_ftr_reg(SYS_ID_ISAR2_EL1, cpu, in update_32bit_cpu_features()
1140 taint |= check_update_ftr_reg(SYS_ID_ISAR3_EL1, cpu, in update_32bit_cpu_features()
1142 taint |= check_update_ftr_reg(SYS_ID_ISAR4_EL1, cpu, in update_32bit_cpu_features()
1144 taint |= check_update_ftr_reg(SYS_ID_ISAR5_EL1, cpu, in update_32bit_cpu_features()
1146 taint |= check_update_ftr_reg(SYS_ID_ISAR6_EL1, cpu, in update_32bit_cpu_features()
1154 taint |= check_update_ftr_reg(SYS_ID_MMFR0_EL1, cpu, in update_32bit_cpu_features()
1156 taint |= check_update_ftr_reg(SYS_ID_MMFR1_EL1, cpu, in update_32bit_cpu_features()
1158 taint |= check_update_ftr_reg(SYS_ID_MMFR2_EL1, cpu, in update_32bit_cpu_features()
1160 taint |= check_update_ftr_reg(SYS_ID_MMFR3_EL1, cpu, in update_32bit_cpu_features()
1162 taint |= check_update_ftr_reg(SYS_ID_MMFR4_EL1, cpu, in update_32bit_cpu_features()
1164 taint |= check_update_ftr_reg(SYS_ID_MMFR5_EL1, cpu, in update_32bit_cpu_features()
1166 taint |= check_update_ftr_reg(SYS_ID_PFR0_EL1, cpu, in update_32bit_cpu_features()
1168 taint |= check_update_ftr_reg(SYS_ID_PFR1_EL1, cpu, in update_32bit_cpu_features()
1170 taint |= check_update_ftr_reg(SYS_ID_PFR2_EL1, cpu, in update_32bit_cpu_features()
1172 taint |= check_update_ftr_reg(SYS_MVFR0_EL1, cpu, in update_32bit_cpu_features()
1174 taint |= check_update_ftr_reg(SYS_MVFR1_EL1, cpu, in update_32bit_cpu_features()
1176 taint |= check_update_ftr_reg(SYS_MVFR2_EL1, cpu, in update_32bit_cpu_features()
1179 return taint; in update_32bit_cpu_features()
1191 int taint = 0; in update_cpu_features() local
1198 taint |= check_update_ftr_reg(SYS_CTR_EL0, cpu, in update_cpu_features()
1206 taint |= check_update_ftr_reg(SYS_DCZID_EL0, cpu, in update_cpu_features()
1210 taint |= check_update_ftr_reg(SYS_CNTFRQ_EL0, cpu, in update_cpu_features()
1219 taint |= check_update_ftr_reg(SYS_ID_AA64DFR0_EL1, cpu, in update_cpu_features()
1221 taint |= check_update_ftr_reg(SYS_ID_AA64DFR1_EL1, cpu, in update_cpu_features()
1227 taint |= check_update_ftr_reg(SYS_ID_AA64ISAR0_EL1, cpu, in update_cpu_features()
1229 taint |= check_update_ftr_reg(SYS_ID_AA64ISAR1_EL1, cpu, in update_cpu_features()
1231 taint |= check_update_ftr_reg(SYS_ID_AA64ISAR2_EL1, cpu, in update_cpu_features()
1239 taint |= check_update_ftr_reg(SYS_ID_AA64MMFR0_EL1, cpu, in update_cpu_features()
1241 taint |= check_update_ftr_reg(SYS_ID_AA64MMFR1_EL1, cpu, in update_cpu_features()
1243 taint |= check_update_ftr_reg(SYS_ID_AA64MMFR2_EL1, cpu, in update_cpu_features()
1246 taint |= check_update_ftr_reg(SYS_ID_AA64PFR0_EL1, cpu, in update_cpu_features()
1248 taint |= check_update_ftr_reg(SYS_ID_AA64PFR1_EL1, cpu, in update_cpu_features()
1251 taint |= check_update_ftr_reg(SYS_ID_AA64ZFR0_EL1, cpu, in update_cpu_features()
1254 taint |= check_update_ftr_reg(SYS_ID_AA64SMFR0_EL1, cpu, in update_cpu_features()
1260 taint |= check_update_ftr_reg(SYS_ZCR_EL1, cpu, in update_cpu_features()
1277 taint |= check_update_ftr_reg(SYS_SMCR_EL1, cpu, in update_cpu_features()
1292 taint |= check_update_ftr_reg(SYS_GMID_EL1, cpu, in update_cpu_features()
1306 taint |= update_32bit_cpu_features(cpu, &info->aarch32, in update_cpu_features()
1314 if (taint) { in update_cpu_features()