Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Driscv-iommu.h53 #define RISCV_IOMMU_FQCSR_FIE RISCV_IOMMU_QUEUE_INTR_ENABLE macro
/openbmc/qemu/tests/qtest/
H A Driscv-iommu-test.c72 g_assert_cmpuint(reg & RISCV_IOMMU_FQCSR_FIE, ==, 0); in test_reg_reset()
/openbmc/qemu/hw/riscv/
H A Driscv-iommu-bits.h159 #define RISCV_IOMMU_FQCSR_FIE RISCV_IOMMU_QUEUE_INTR_ENABLE macro
H A Driscv-iommu.c145 if (ctrl & RISCV_IOMMU_FQCSR_FIE) { in riscv_iommu_fault()
1876 if (fqcsr & RISCV_IOMMU_FQCSR_FIE && in riscv_iommu_update_ipsr()