Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/amd/
H A Diommu.c1429 if (!IOMMU_PTE_PRESENT(pt[i])) \
1595 if (IOMMU_PTE_PRESENT(__pte) && in alloc_pte()
1613 if (!IOMMU_PTE_PRESENT(__pte) || in alloc_pte()
1625 else if (IOMMU_PTE_PRESENT(__pte)) in alloc_pte()
1674 if (!IOMMU_PTE_PRESENT(*pte)) in fetch_pte()
1714 if (!IOMMU_PTE_PRESENT(pteval)) in free_clear_pte()
2641 if (!pte || !IOMMU_PTE_PRESENT(*pte)) in amd_iommu_iova_to_phys()
H A Damd_iommu_types.h368 #define IOMMU_PTE_PRESENT(pte) ((pte) & IOMMU_PTE_PR) macro