Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Driscv-iommu.h41 #define RISCV_IOMMU_DDTP_BUSY BIT_ULL(4) macro
/openbmc/qemu/tests/qtest/
H A Driscv-iommu-test.c83 g_assert_cmpuint(reg & RISCV_IOMMU_DDTP_BUSY, ==, 0); in test_reg_reset()
/openbmc/qemu/hw/riscv/
H A Driscv-iommu-bits.h100 #define RISCV_IOMMU_DDTP_BUSY BIT_ULL(4) macro
H A Driscv-iommu.c1948 busy = RISCV_IOMMU_DDTP_BUSY; in riscv_iommu_mmio_write()