Home
last modified time | relevance | path

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

/openbmc/qemu/hw/riscv/
H A Driscv-iommu-bits.h217 #define RISCV_IOMMU_DDTE_PPN RISCV_IOMMU_PPN_FIELD macro
H A Driscv-iommu.c939 if (de & ~(RISCV_IOMMU_DDTE_PPN | RISCV_IOMMU_DDTE_VALID)) { in riscv_iommu_ctx_fetch()
943 addr = PPN_PHYS(get_field(de, RISCV_IOMMU_DDTE_PPN)); in riscv_iommu_ctx_fetch()