Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iommu/amd/
Dio_pgtable.c191 if (address <= PM_LEVEL_SIZE(domain->iop.mode)) in increase_address_space()
233 while (address > PM_LEVEL_SIZE(domain->iop.mode)) { in alloc_pte()
325 if (address > PM_LEVEL_SIZE(pgtable->mode)) in fetch_pte()
Damd_iommu_types.h295 #define PM_LEVEL_SIZE(x) (((x) < 6) ? \ macro