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

/drivers/iommu/
H A Damd_iommu_types.h202 #define PPR_LOG_SIZE (PPR_ENTRY_SIZE * PPR_LOG_ENTRIES) macro
H A Damd_iommu_init.c605 get_order(PPR_LOG_SIZE));
638 free_pages((unsigned long)iommu->ppr_log, get_order(PPR_LOG_SIZE));
H A Damd_iommu.c592 head = (head + PPR_ENTRY_SIZE) % PPR_LOG_SIZE;

Completed in 19 milliseconds