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
358 tainted |= check_feature(ENABLE_FEAT_SB, read_feat_sb_id_field(), in detect_arch_features()
360 tainted |= check_feature(ENABLE_FEAT_CSV2_2, read_feat_csv2_id_field(), in detect_arch_features()
362 tainted |= check_feature(ENABLE_FEAT_CLRBHB, read_feat_clrbhb_id_field(), in detect_arch_features()
370 tainted |= check_feature(FEAT_STATE_ALWAYS, read_feat_pmuv3_id_field(), in detect_arch_features()
374 tainted |= check_feature(ENABLE_FEAT_PAN, read_feat_pan_id_field(), in detect_arch_features()
376 tainted |= check_feature(ENABLE_FEAT_VHE, read_feat_vhe_id_field(), in detect_arch_features()
380 tainted |= check_feature(ENABLE_SVE_FOR_NS, read_feat_sve_id_field(), in detect_arch_features()
382 tainted |= check_feature(ENABLE_FEAT_RAS, read_feat_ras_id_field(), in detect_arch_features()
387 tainted |= check_feature(ENABLE_PAUTH, is_feat_pauth_present(), 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…