Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/amd/
Dppr.c23 PPR_LOG_SIZE); in amd_iommu_alloc_ppr_log()
51 iommu_free_pages(iommu->ppr_log, get_order(PPR_LOG_SIZE)); in amd_iommu_free_ppr_log()
204 head = (head + PPR_ENTRY_SIZE) % PPR_LOG_SIZE; in amd_iommu_poll_ppr_log()
Damd_iommu_types.h250 #define PPR_LOG_SIZE (PPR_ENTRY_SIZE * PPR_LOG_ENTRIES) macro
Dinit.c3851 ret = iommu_make_shared(iommu->ppr_log, PPR_LOG_SIZE); in amd_iommu_snp_disable()