Searched refs:IOMMU_PTE_PRESENT (Results 1 – 3 of 3) sorted by relevance
110 if (!IOMMU_PTE_PRESENT(pt[i])) in free_pgtable()147 if (IOMMU_PTE_PRESENT(__pte) && is_large_pte(__pte)) { in v2_alloc_pte()154 if (!IOMMU_PTE_PRESENT(__pte)) { in v2_alloc_pte()163 else if (IOMMU_PTE_PRESENT(__pte)) in v2_alloc_pte()175 if (IOMMU_PTE_PRESENT(*pte)) { in v2_alloc_pte()207 if (!IOMMU_PTE_PRESENT(*pte)) in fetch_pte()317 if (!pte || !IOMMU_PTE_PRESENT(*pte)) in iommu_v2_iova_to_phys()
71 if (!IOMMU_PTE_PRESENT(pt[i])) in free_pt_lvl()198 if (IOMMU_PTE_PRESENT(__pte) && in alloc_pte()216 if (!IOMMU_PTE_PRESENT(__pte) || in alloc_pte()228 else if (IOMMU_PTE_PRESENT(__pte)) in alloc_pte()274 if (!IOMMU_PTE_PRESENT(*pte)) in fetch_pte()312 if (!IOMMU_PTE_PRESENT(pteval)) in free_clear_pte()447 if (!pte || !IOMMU_PTE_PRESENT(*pte)) in iommu_v1_iova_to_phys()505 if (!ptep || !IOMMU_PTE_PRESENT(pte)) { in iommu_v1_read_and_clear_dirty()
432 #define IOMMU_PTE_PRESENT(pte) ((pte) & IOMMU_PTE_PR) macro