Home
last modified time | relevance | path

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

/qemu/tests/qtest/libqos/
H A Driscv-iommu.h55 #define RISCV_IOMMU_FQCSR_BUSY RISCV_IOMMU_QUEUE_BUSY macro
/qemu/tests/qtest/
H A Driscv-iommu-test.c74 g_assert_cmpuint(reg & RISCV_IOMMU_FQCSR_BUSY, ==, 0); in test_reg_reset()
/qemu/hw/riscv/
H A Driscv-iommu.c1864 ctrl_clr = RISCV_IOMMU_FQCSR_BUSY | RISCV_IOMMU_FQCSR_FQMF | in riscv_iommu_process_fq_control()
1869 ctrl_clr = RISCV_IOMMU_FQCSR_BUSY | RISCV_IOMMU_FQCSR_FQON; in riscv_iommu_process_fq_control()
1872 ctrl_clr = RISCV_IOMMU_FQCSR_BUSY; in riscv_iommu_process_fq_control()
2108 busy = RISCV_IOMMU_FQCSR_BUSY; in riscv_iommu_mmio_write()
2402 RISCV_IOMMU_FQCSR_BUSY); in riscv_iommu_realize()
2483 RISCV_IOMMU_FQCSR_FQON | RISCV_IOMMU_FQCSR_BUSY; in riscv_iommu_reset()
H A Driscv-iommu-bits.h176 #define RISCV_IOMMU_FQCSR_BUSY RISCV_IOMMU_QUEUE_BUSY macro