Searched refs:tainted (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/common/ |
| H A D | feat_detect.c | 373 bool tainted = false; in detect_arch_features() local 376 tainted |= check_feature(ENABLE_FEAT_SB, read_feat_sb_id_field(), in detect_arch_features() 378 tainted |= check_feature(ENABLE_FEAT_CSV2_2, read_feat_csv2_id_field(), in detect_arch_features() 380 tainted |= check_feature(ENABLE_FEAT_CLRBHB, read_feat_clrbhb_id_field(), in detect_arch_features() 388 tainted |= check_feature(FEAT_STATE_ALWAYS, read_feat_pmuv3_id_field(), in detect_arch_features() 391 tainted |= check_feature(USE_SPINLOCK_CAS, read_feat_lse_id_field(), in detect_arch_features() 395 tainted |= check_feature(ENABLE_FEAT_PAN, read_feat_pan_id_field(), in detect_arch_features() 397 tainted |= check_feature(ENABLE_FEAT_VHE, read_feat_vhe_id_field(), in detect_arch_features() 399 tainted |= check_feature(ENABLE_SPE_FOR_NS, read_feat_spe_id_field(), in detect_arch_features() 403 tainted |= check_feature(ENABLE_SVE_FOR_NS, read_feat_sve_id_field(), in detect_arch_features() [all …]
|