Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_features.h170 static inline bool is_feat_sve_supported(void) { return false; } in is_feat_sve_supported() function
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c700 if (is_feat_sve_supported()) { in cm_manage_extensions_el3()
753 if (is_feat_sve_supported()) { in manage_extensions_nonsecure_per_world()
801 if (is_feat_sve_supported()) { in manage_extensions_secure_per_world()
833 if (is_feat_sve_supported()) { in manage_extensions_realm_per_world()
967 if (is_feat_sve_supported()) { in manage_extensions_nonsecure_el2_unused()