Searched refs:CD_VALID (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/arm/ | ||
H A D | smmuv3-internal.h | 608 #define CD_VALID(x) extract32((x)->word[0], 31, 1) macro |
H A D | smmuv3.c | 723 if (!CD_VALID(cd) || !CD_AARCH64(cd)) { in decode_cd() |