Home
last modified time | relevance | path

Searched refs:check_feature (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/common/
H A Dfeat_detect.c27 check_feature(int state, unsigned long field, const char *feat_name, in check_feature() function
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 …]
/rk3399_ARM-atf/docs/
H A Dchange-log.md6155 …- extend check_feature() to deal with min/max ([a4cccb4](https://review.trustedfirmware.org/plugin…