Searched refs:IOMMU_PTE_PRESENT (Results 1 – 3 of 3) sorted by relevance
114 if (!IOMMU_PTE_PRESENT(pt[i])) in free_pgtable()151 if (IOMMU_PTE_PRESENT(__pte) && is_large_pte(__pte)) { in v2_alloc_pte()158 if (!IOMMU_PTE_PRESENT(__pte)) { in v2_alloc_pte()167 else if (IOMMU_PTE_PRESENT(__pte)) in v2_alloc_pte()179 if (IOMMU_PTE_PRESENT(*pte)) { in v2_alloc_pte()211 if (!IOMMU_PTE_PRESENT(*pte)) in fetch_pte()324 if (!pte || !IOMMU_PTE_PRESENT(*pte)) in iommu_v2_iova_to_phys()
91 if (!IOMMU_PTE_PRESENT(pt[i])) in free_pt_lvl()233 if (IOMMU_PTE_PRESENT(__pte) && in alloc_pte()251 if (!IOMMU_PTE_PRESENT(__pte) || in alloc_pte()263 else if (IOMMU_PTE_PRESENT(__pte)) in alloc_pte()309 if (!IOMMU_PTE_PRESENT(*pte)) in fetch_pte()347 if (!IOMMU_PTE_PRESENT(pteval)) in free_clear_pte()480 if (!pte || !IOMMU_PTE_PRESENT(*pte)) in iommu_v1_iova_to_phys()
415 #define IOMMU_PTE_PRESENT(pte) ((pte) & IOMMU_PTE_PR) macro