Home
last modified time | relevance | path

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

/qemu/tests/qtest/libqos/
H A Driscv-iommu.h54 #define RISCV_IOMMU_FQCSR_FQON RISCV_IOMMU_QUEUE_ACTIVE macro
/qemu/tests/qtest/
H A Driscv-iommu-test.c73 g_assert_cmpuint(reg & RISCV_IOMMU_FQCSR_FQON, ==, 0); in test_reg_reset()
/qemu/hw/riscv/
H A Driscv-iommu.c121 if (!(ctrl & RISCV_IOMMU_FQCSR_FQON) || in riscv_iommu_fault()
1854 bool active = !!(ctrl_set & RISCV_IOMMU_FQCSR_FQON); in riscv_iommu_process_fq_control()
1863 ctrl_set = RISCV_IOMMU_FQCSR_FQON; in riscv_iommu_process_fq_control()
1869 ctrl_clr = RISCV_IOMMU_FQCSR_BUSY | RISCV_IOMMU_FQCSR_FQON; in riscv_iommu_process_fq_control()
2401 stl_le_p(&s->regs_ro[RISCV_IOMMU_REG_FQCSR], RISCV_IOMMU_FQCSR_FQON | in riscv_iommu_realize()
2483 RISCV_IOMMU_FQCSR_FQON | RISCV_IOMMU_FQCSR_BUSY; in riscv_iommu_reset()
H A Driscv-iommu-bits.h175 #define RISCV_IOMMU_FQCSR_FQON RISCV_IOMMU_QUEUE_ACTIVE macro