Searched refs:GA_LOG_SIZE (Results 1 – 3 of 3) sorted by relevance
290 #define GA_LOG_SIZE (GA_ENTRY_SIZE * GA_LOG_ENTRIES) macro
963 iommu->ga_log = iommu_alloc_pages_sz(GFP_KERNEL, GA_LOG_SIZE); in iommu_init_ga_log()
1040 head = (head + GA_ENTRY_SIZE) % GA_LOG_SIZE; in iommu_poll_ga_log()