Home
last modified time | relevance | path

Searched refs:iot_limit (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/riscv/
H A Driscv-iommu.h74 unsigned iot_limit; /* IO Translation Cache size limit */ member
H A Driscv-iommu.c1295 if (!s->iot_limit) { in riscv_iommu_iot_update()
1299 if (g_hash_table_size(s->iot_cache) >= s->iot_limit) { in riscv_iommu_iot_update()
2242 DEFINE_PROP_UINT32("ioatc-limit", RISCVIOMMUState, iot_limit,