Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmuv3-internal.h608 #define CD_VALID(x) extract32((x)->word[0], 31, 1) macro
H A Dsmmuv3.c723 if (!CD_VALID(cd) || !CD_AARCH64(cd)) { in decode_cd()