Home
last modified time | relevance | path

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

/rk3399_ARM-atf/bl32/tsp/
H A Dtsp_context.c81 if (is_feat_s1poe_supported()) { in modify_el1_s1poe_regs()
/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_features.h184 static inline bool is_feat_s1poe_supported(void) { return false; } in is_feat_s1poe_supported() function
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c1586 if (is_feat_s1poe_supported()) { in cm_el2_sysregs_context_save()
1681 if (is_feat_s1poe_supported()) { in cm_el2_sysregs_context_restore()
1804 if (is_feat_s1poe_supported()) { in el1_sysregs_context_save()
1913 if (is_feat_s1poe_supported()) { in el1_sysregs_context_restore()
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_features.h481 return is_feat_s1poe_supported() || is_feat_s2poe_supported(); in CREATE_FEATURE_SUPPORTED()