Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Damd_iommu_types.h215 #define PPR_LOG_SIZE (PPR_ENTRY_SIZE * PPR_LOG_ENTRIES) macro
Damd_iommu_init.c587 get_order(PPR_LOG_SIZE)); in alloc_ppr_log()
617 free_pages((unsigned long)iommu->ppr_log, get_order(PPR_LOG_SIZE)); in free_ppr_log()
Damd_iommu.c667 head = (head + PPR_ENTRY_SIZE) % PPR_LOG_SIZE; in iommu_poll_ppr_log()