Searched refs:tainted (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/common/ |
| H A D | feat_detect.c | 391 bool tainted = false; in detect_arch_features() local 394 tainted |= check_feature(ENABLE_FEAT_SB, read_feat_sb_id_field(), in detect_arch_features() 396 tainted |= check_feature(ENABLE_FEAT_CSV2_2, read_feat_csv2_id_field(), in detect_arch_features() 398 tainted |= check_feature(ENABLE_FEAT_CLRBHB, read_feat_clrbhb_id_field(), in detect_arch_features() 406 tainted |= check_feature(FEAT_STATE_ALWAYS, read_feat_pmuv3_id_field(), in detect_arch_features() 409 tainted |= check_feature(USE_SPINLOCK_CAS, read_feat_lse_id_field(), in detect_arch_features() 413 tainted |= check_feature(ENABLE_FEAT_PAN, read_feat_pan_id_field(), in detect_arch_features() 415 tainted |= check_feature(ENABLE_FEAT_VHE, read_feat_vhe_id_field(), in detect_arch_features() 417 tainted |= check_feature(ENABLE_SPE_FOR_NS, read_feat_spe_id_field(), in detect_arch_features() 421 tainted |= check_feature(ENABLE_SVE_FOR_NS, read_feat_sve_id_field(), in detect_arch_features() [all …]
|