Searched refs:tainted (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/common/ |
| H A D | feat_detect.c | 361 bool tainted = false; in detect_arch_features() local 364 tainted |= check_feature(ENABLE_FEAT_SB, read_feat_sb_id_field(), in detect_arch_features() 366 tainted |= check_feature(ENABLE_FEAT_CSV2_2, read_feat_csv2_id_field(), in detect_arch_features() 368 tainted |= check_feature(ENABLE_FEAT_CLRBHB, read_feat_clrbhb_id_field(), in detect_arch_features() 376 tainted |= check_feature(FEAT_STATE_ALWAYS, read_feat_pmuv3_id_field(), in detect_arch_features() 379 tainted |= check_feature(USE_SPINLOCK_CAS, read_feat_lse_id_field(), in detect_arch_features() 383 tainted |= check_feature(ENABLE_FEAT_PAN, read_feat_pan_id_field(), in detect_arch_features() 385 tainted |= check_feature(ENABLE_FEAT_VHE, read_feat_vhe_id_field(), in detect_arch_features() 389 tainted |= check_feature(ENABLE_SVE_FOR_NS, read_feat_sve_id_field(), in detect_arch_features() 391 tainted |= check_feature(ENABLE_FEAT_RAS, read_feat_ras_id_field(), in detect_arch_features() [all …]
|