Home
last modified time | relevance | path

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

/trusted-firmware-a-3.6.0-3.5.0/common/
Dfeat_detect.c30 static inline void feature_panic(char *feat_name) in feature_panic() argument
32 ERROR("FEAT_%s not supported by the PE\n", feat_name); in feature_panic()
49 check_feature(int state, unsigned long field, const char *feat_name, in check_feature() argument
53 ERROR("FEAT_%s not supported by the PE\n", feat_name); in check_feature()
58 feat_name, field, max); in check_feature()