Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Driscv-iommu.h93 #define RISCV_IOMMU_REG_PQT 0x0044 macro
/openbmc/qemu/tests/qtest/
H A Driscv-iommu-test.c193 riscv_iommu_write_reg32(r_iommu, RISCV_IOMMU_REG_PQT, 0); in test_iommu_init_queues()
/openbmc/qemu/hw/riscv/
H A Driscv-iommu-bits.h143 #define RISCV_IOMMU_REG_PQT 0x0044 macro
H A Driscv-iommu.c155 uint32_t tail = riscv_iommu_reg_get32(s, RISCV_IOMMU_REG_PQT) & s->pq_mask; in riscv_iommu_pri()
177 riscv_iommu_reg_set32(s, RISCV_IOMMU_REG_PQT, next); in riscv_iommu_pri()
1768 stl_le_p(&s->regs_rw[RISCV_IOMMU_REG_PQT], 0); in riscv_iommu_process_pq_control()