Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/common/
Dfeat_detect.c49 check_feature(int state, unsigned long field, const char *feat_name, in check_feature() function
144 check_feature(ENABLE_FEAT_SB, read_feat_sb_id_field(), "SB", 1, 1); in detect_arch_features()
145 check_feature(ENABLE_FEAT_CSV2_2, read_feat_csv2_id_field(), in detect_arch_features()
153 check_feature(FEAT_STATE_ALWAYS, read_feat_pmuv3_id_field(), in detect_arch_features()
157 check_feature(ENABLE_FEAT_PAN, read_feat_pan_id_field(), "PAN", 1, 3); in detect_arch_features()
158 check_feature(ENABLE_FEAT_VHE, read_feat_vhe_id_field(), "VHE", 1, 1); in detect_arch_features()
161 check_feature(ENABLE_SVE_FOR_NS, read_feat_sve_id_field(), in detect_arch_features()
163 check_feature(ENABLE_FEAT_RAS, read_feat_ras_id_field(), "RAS", 1, 2); in detect_arch_features()
169 check_feature(ENABLE_FEAT_DIT, read_feat_dit_id_field(), "DIT", 1, 1); in detect_arch_features()
170 check_feature(ENABLE_FEAT_AMU, read_feat_amu_id_field(), in detect_arch_features()
[all …]
/trusted-firmware-a-3.7.0/docs/
Dchange-log.md1805 …- extend check_feature() to deal with min/max ([a4cccb4](https://review.trustedfirmware.org/plugin…