Searched refs:STE_CFG_S2_ENABLED (Results 1 – 2 of 2) sorted by relevance
540 if (STE_CFG_S2_ENABLED(config)) { in decode_ste_config()576 if (!STAGE2_SUPPORTED(s) && STE_CFG_S2_ENABLED(config)) { in decode_ste()589 if (STE_CFG_S2_ENABLED(config)) { in decode_ste()
556 #define STE_CFG_S2_ENABLED(config) (config & 0x2) macro