Searched refs:GA_LOG_SIZE (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/iommu/amd/
H A Damd_iommu_types.h279 #define GA_LOG_SIZE (GA_ENTRY_SIZE * GA_LOG_ENTRIES) macro
H A Dinit.c898 iommu_free_pages(iommu->ga_log, get_order(GA_LOG_SIZE));
944 iommu->ga_log = iommu_alloc_pages(GFP_KERNEL, get_order(GA_LOG_SIZE));
H A Diommu.c865 head = (head + GA_ENTRY_SIZE) % GA_LOG_SIZE;

Completed in 123 milliseconds