Home
last modified time | relevance | path

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

/rk3399_ARM-atf/bl32/tsp/
H A Dtsp_context.c73 if (is_feat_s1pie_supported()) { in modify_el1_s1pie_regs()
/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_features.h190 static inline bool is_feat_s1pie_supported(void) { return false; } in is_feat_s1pie_supported() function
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c1581 if (is_feat_s1pie_supported()) { in cm_el2_sysregs_context_save()
1676 if (is_feat_s1pie_supported()) { in cm_el2_sysregs_context_restore()
1799 if (is_feat_s1pie_supported()) { in el1_sysregs_context_save()
1908 if (is_feat_s1pie_supported()) { in el1_sysregs_context_restore()
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_features.h533 return is_feat_s1pie_supported() || is_feat_s2pie_supported();