Home
last modified time | relevance | path

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

/qemu/tests/qtest/libqos/
H A Driscv-iommu.h61 #define RISCV_IOMMU_PQCSR_BUSY RISCV_IOMMU_QUEUE_BUSY macro
/qemu/tests/qtest/
H A Driscv-iommu-test.c80 g_assert_cmpuint(reg & RISCV_IOMMU_PQCSR_BUSY, ==, 0); in test_reg_reset()
/qemu/hw/riscv/
H A Driscv-iommu.c1894 ctrl_clr = RISCV_IOMMU_PQCSR_BUSY | RISCV_IOMMU_PQCSR_PQMF | in riscv_iommu_process_pq_control()
1899 ctrl_clr = RISCV_IOMMU_PQCSR_BUSY | RISCV_IOMMU_PQCSR_PQON; in riscv_iommu_process_pq_control()
1902 ctrl_clr = RISCV_IOMMU_PQCSR_BUSY; in riscv_iommu_process_pq_control()
2113 busy = RISCV_IOMMU_PQCSR_BUSY; in riscv_iommu_mmio_write()
2406 RISCV_IOMMU_PQCSR_BUSY); in riscv_iommu_realize()
2487 RISCV_IOMMU_PQCSR_PQON | RISCV_IOMMU_PQCSR_BUSY; in riscv_iommu_reset()
H A Driscv-iommu-bits.h185 #define RISCV_IOMMU_PQCSR_BUSY RISCV_IOMMU_QUEUE_BUSY macro