Home
last modified time | relevance | path

Searched refs:PM_LEVEL_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/iommu/amd/
H A Dio_pgtable.c165 if (address <= PM_LEVEL_SIZE(domain->iop.mode)) in increase_address_space()
207 while (address > PM_LEVEL_SIZE(domain->iop.mode)) { in alloc_pte()
299 if (address > PM_LEVEL_SIZE(pgtable->mode)) in fetch_pte()
H A Damd_iommu_types.h318 #define PM_LEVEL_SIZE(x) (((x) < 6) ? \ macro