Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmuv3.c540 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()
H A Dsmmuv3-internal.h556 #define STE_CFG_S2_ENABLED(config) (config & 0x2) macro