Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_features.h206 static inline bool is_feat_mops_supported(void) { return false; } in is_feat_mops_supported() function
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c975 if (is_feat_mops_supported() && is_feat_hcx_supported()) { in manage_extensions_nonsecure_el2_unused()