Home
last modified time | relevance | path

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

/openbmc/qemu/hw/riscv/
H A Driscv-iommu-bits.h216 #define RISCV_IOMMU_DDTE_VALID BIT_ULL(0) macro
H A Driscv-iommu.c935 if (!(de & RISCV_IOMMU_DDTE_VALID)) { in riscv_iommu_ctx_fetch()
939 if (de & ~(RISCV_IOMMU_DDTE_PPN | RISCV_IOMMU_DDTE_VALID)) { in riscv_iommu_ctx_fetch()