Searched refs:RISCV_IOMMU_FQCSR_FQON (Results 1 – 4 of 4) sorted by relevance
54 #define RISCV_IOMMU_FQCSR_FQON RISCV_IOMMU_QUEUE_ACTIVE macro
73 g_assert_cmpuint(reg & RISCV_IOMMU_FQCSR_FQON, ==, 0); in test_reg_reset()
162 #define RISCV_IOMMU_FQCSR_FQON RISCV_IOMMU_QUEUE_ACTIVE macro
126 if (!(ctrl & RISCV_IOMMU_FQCSR_FQON) || in riscv_iommu_fault()1730 bool active = !!(ctrl_set & RISCV_IOMMU_FQCSR_FQON); in riscv_iommu_process_fq_control()1739 ctrl_set = RISCV_IOMMU_FQCSR_FQON; in riscv_iommu_process_fq_control()1745 ctrl_clr = RISCV_IOMMU_FQCSR_BUSY | RISCV_IOMMU_FQCSR_FQON; in riscv_iommu_process_fq_control()2185 stl_le_p(&s->regs_ro[RISCV_IOMMU_REG_FQCSR], RISCV_IOMMU_FQCSR_FQON | in riscv_iommu_realize()