Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmuv3-internal.h555 #define STE_CFG_S1_ENABLED(config) (config & 0x1) macro
H A Dsmmuv3.c536 if (STE_CFG_S1_ENABLED(config)) { in decode_ste_config()
572 if (!STAGE1_SUPPORTED(s) && STE_CFG_S1_ENABLED(config)) { in decode_ste()