Home
last modified time | relevance | path

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

/linux/drivers/iommu/amd/
H A Damd_iommu_types.h275 #define GA_LOG_SIZE (GA_ENTRY_SIZE * GA_LOG_ENTRIES) macro
H A Dinit.c900 iommu_free_pages(iommu->ga_log, get_order(GA_LOG_SIZE)); in free_ga_log()
946 iommu->ga_log = iommu_alloc_pages(GFP_KERNEL, get_order(GA_LOG_SIZE)); in iommu_init_ga_log()
H A Diommu.c865 head = (head + GA_ENTRY_SIZE) % GA_LOG_SIZE; in iommu_poll_ga_log()