Searched refs:IOMMU_PTE_PRESENT (Results 1 – 3 of 3) sorted by relevance
120 if (!IOMMU_PTE_PRESENT(pt[i])) in free_pgtable()157 if (IOMMU_PTE_PRESENT(__pte) && is_large_pte(__pte)) { in v2_alloc_pte()164 if (!IOMMU_PTE_PRESENT(__pte)) { in v2_alloc_pte()173 else if (IOMMU_PTE_PRESENT(__pte)) in v2_alloc_pte()185 if (IOMMU_PTE_PRESENT(*pte)) { in v2_alloc_pte()217 if (!IOMMU_PTE_PRESENT(*pte)) in fetch_pte()329 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()
404 #define IOMMU_PTE_PRESENT(pte) ((pte) & IOMMU_PTE_PR) macro