Home
last modified time | relevance | path

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

/qemu/hw/i386/
H A Dintel_iommu_internal.h120 #define VTD_IOTLB_MAX_SIZE 1024 /* Max size of the hash table */ macro
H A Dintel_iommu.c364 if (g_hash_table_size(s->iotlb) >= VTD_IOTLB_MAX_SIZE) { in vtd_update_iotlb()