Lines Matching defs:taint

26  * may result in a TAINT_CPU_OUT_OF_SPEC kernel taint, a capability mismatch
1237 int taint = 0;
1253 taint |= check_update_ftr_reg(SYS_ID_DFR0_EL1, cpu,
1255 taint |= check_update_ftr_reg(SYS_ID_DFR1_EL1, cpu,
1257 taint |= check_update_ftr_reg(SYS_ID_ISAR0_EL1, cpu,
1259 taint |= check_update_ftr_reg(SYS_ID_ISAR1_EL1, cpu,
1261 taint |= check_update_ftr_reg(SYS_ID_ISAR2_EL1, cpu,
1263 taint |= check_update_ftr_reg(SYS_ID_ISAR3_EL1, cpu,
1265 taint |= check_update_ftr_reg(SYS_ID_ISAR4_EL1, cpu,
1267 taint |= check_update_ftr_reg(SYS_ID_ISAR5_EL1, cpu,
1269 taint |= check_update_ftr_reg(SYS_ID_ISAR6_EL1, cpu,
1277 taint |= check_update_ftr_reg(SYS_ID_MMFR0_EL1, cpu,
1279 taint |= check_update_ftr_reg(SYS_ID_MMFR1_EL1, cpu,
1281 taint |= check_update_ftr_reg(SYS_ID_MMFR2_EL1, cpu,
1283 taint |= check_update_ftr_reg(SYS_ID_MMFR3_EL1, cpu,
1285 taint |= check_update_ftr_reg(SYS_ID_MMFR4_EL1, cpu,
1287 taint |= check_update_ftr_reg(SYS_ID_MMFR5_EL1, cpu,
1289 taint |= check_update_ftr_reg(SYS_ID_PFR0_EL1, cpu,
1291 taint |= check_update_ftr_reg(SYS_ID_PFR1_EL1, cpu,
1293 taint |= check_update_ftr_reg(SYS_ID_PFR2_EL1, cpu,
1295 taint |= check_update_ftr_reg(SYS_MVFR0_EL1, cpu,
1297 taint |= check_update_ftr_reg(SYS_MVFR1_EL1, cpu,
1299 taint |= check_update_ftr_reg(SYS_MVFR2_EL1, cpu,
1302 return taint;
1314 int taint = 0;
1321 taint |= check_update_ftr_reg(SYS_CTR_EL0, cpu,
1329 taint |= check_update_ftr_reg(SYS_DCZID_EL0, cpu,
1333 taint |= check_update_ftr_reg(SYS_CNTFRQ_EL0, cpu,
1342 taint |= check_update_ftr_reg(SYS_ID_AA64DFR0_EL1, cpu,
1344 taint |= check_update_ftr_reg(SYS_ID_AA64DFR1_EL1, cpu,
1350 taint |= check_update_ftr_reg(SYS_ID_AA64ISAR0_EL1, cpu,
1352 taint |= check_update_ftr_reg(SYS_ID_AA64ISAR1_EL1, cpu,
1354 taint |= check_update_ftr_reg(SYS_ID_AA64ISAR2_EL1, cpu,
1356 taint |= check_update_ftr_reg(SYS_ID_AA64ISAR3_EL1, cpu,
1364 taint |= check_update_ftr_reg(SYS_ID_AA64MMFR0_EL1, cpu,
1366 taint |= check_update_ftr_reg(SYS_ID_AA64MMFR1_EL1, cpu,
1368 taint |= check_update_ftr_reg(SYS_ID_AA64MMFR2_EL1, cpu,
1370 taint |= check_update_ftr_reg(SYS_ID_AA64MMFR3_EL1, cpu,
1373 taint |= check_update_ftr_reg(SYS_ID_AA64PFR0_EL1, cpu,
1375 taint |= check_update_ftr_reg(SYS_ID_AA64PFR1_EL1, cpu,
1377 taint |= check_update_ftr_reg(SYS_ID_AA64PFR2_EL1, cpu,
1380 taint |= check_update_ftr_reg(SYS_ID_AA64ZFR0_EL1, cpu,
1383 taint |= check_update_ftr_reg(SYS_ID_AA64SMFR0_EL1, cpu,
1386 taint |= check_update_ftr_reg(SYS_ID_AA64FPFR0_EL1, cpu,
1426 taint |= check_update_ftr_reg(SYS_GMID_EL1, cpu,
1440 taint |= update_32bit_cpu_features(cpu, &info->aarch32,
1448 if (taint) {