Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/extensions/sme/
H A Dsme.c62 if (is_feat_sme2_supported()) { in sme_init_el3()
/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_features.h180 static inline bool is_feat_sme2_supported(void) { return false; } in is_feat_sme2_supported() function