Searched refs:PM_LEVEL_PDE (Results 1 – 2 of 2) sorted by relevance
172 *pte = PM_LEVEL_PDE(domain->iop.mode, iommu_virt_to_phys(domain->iop.root)); in increase_address_space()258 __npte = PM_LEVEL_PDE(level, iommu_virt_to_phys(page)); in alloc_pte()
314 #define PM_LEVEL_PDE(x, a) ((a) | PM_LEVEL_ENC((x)) | \ macro