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.h300 #define GA_LOG_SIZE (GA_ENTRY_SIZE * GA_LOG_ENTRIES) macro
H A Dinit.c978 iommu->ga_log = iommu_alloc_pages_node_sz(nid, GFP_KERNEL, GA_LOG_SIZE); in iommu_init_ga_log()
H A Diommu.c1058 head = (head + GA_ENTRY_SIZE) % GA_LOG_SIZE; in iommu_poll_ga_log()