Home
last modified time | relevance | path

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

/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c864 const int dc_fmt = !s->enable_msi; in riscv_iommu_ctx_fetch() local
865 const size_t dc_len = sizeof(dc) >> dc_fmt; in riscv_iommu_ctx_fetch()
913 if (ctx->devid >= (1 << (depth * 9 + 6 + (dc_fmt && depth != 2)))) { in riscv_iommu_ctx_fetch()
928 const int split = depth * 9 + 6 + dc_fmt; in riscv_iommu_ctx_fetch()