Searched refs:is_feat_rme_present (Results 1 – 6 of 6) sorted by relevance
222 static inline bool is_feat_rme_present(void) { return false; } in is_feat_rme_present() function
303 assert(is_feat_rme_present()); in bl31_plat_arch_setup()
320 assert(is_feat_rme_present()); in arm_bl2_plat_arch_setup()
552 assert(is_feat_rme_present()); in arm_bl31_plat_arch_setup()
171 if (is_feat_rme_present() == 0U) { in rmmd_setup()
535 CREATE_FEATURE_SUPPORTED(feat_rme, is_feat_rme_present, ENABLE_FEAT_RME) in CREATE_FEATURE_SUPPORTED()