Home
last modified time | relevance | path

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

/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c261 bool en_s, en_g; in riscv_iommu_spa_fetch() local
278 en_s = satp != RISCV_IOMMU_DC_FSC_MODE_BARE; in riscv_iommu_spa_fetch()
292 if (!en_s && (iotlb->perm & IOMMU_WO) && in riscv_iommu_spa_fetch()
301 if (!(en_s || en_g)) { in riscv_iommu_spa_fetch()
379 addr = (en_s && en_g) ? satp : iotlb->iova; in riscv_iommu_spa_fetch()