Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmuv3-internal.h552 #define STE_VALID(x) extract32((x)->word[0], 0, 1) macro
H A Dsmmuv3.c553 if (!STE_VALID(ste)) { in decode_ste()