Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iommu/amd/
Diommu.c1422 if (!IOMMU_PTE_PRESENT(pt[i])) \
1588 if (IOMMU_PTE_PRESENT(__pte) && in alloc_pte()
1606 if (!IOMMU_PTE_PRESENT(__pte) || in alloc_pte()
1618 else if (IOMMU_PTE_PRESENT(__pte)) in alloc_pte()
1667 if (!IOMMU_PTE_PRESENT(*pte)) in fetch_pte()
1707 if (!IOMMU_PTE_PRESENT(pteval)) in free_clear_pte()
2634 if (!pte || !IOMMU_PTE_PRESENT(*pte)) in amd_iommu_iova_to_phys()
Damd_iommu_types.h367 #define IOMMU_PTE_PRESENT(pte) ((pte) & IOMMU_PTE_PR) macro