Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Driscv-iommu-test.c62 g_assert_cmpuint(cap & RISCV_IOMMU_CAP_VERSION, ==, 0x10); in test_reg_reset()
127 g_assert_cmpuint(reg64 & RISCV_IOMMU_CAP_VERSION, ==, 0x10); in test_iommu_init_queues()
/openbmc/qemu/tests/qtest/libqos/
H A Driscv-iommu.h38 #define RISCV_IOMMU_CAP_VERSION GENMASK_ULL(7, 0) macro
/openbmc/qemu/hw/riscv/
H A Driscv-iommu-bits.h71 #define RISCV_IOMMU_CAP_VERSION GENMASK_ULL(7, 0) macro
H A Driscv-iommu.c2120 s->cap = s->version & RISCV_IOMMU_CAP_VERSION; in riscv_iommu_realize()