Home
last modified time | relevance | path

Searched refs:IOMMU_PTE_PRESENT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Dio_pgtable_v2.c114 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()
H A Dio_pgtable.c91 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()
H A Damd_iommu_types.h415 #define IOMMU_PTE_PRESENT(pte) ((pte) & IOMMU_PTE_PR) macro
/kernel/linux/linux-5.10/drivers/iommu/loongson/
H A Diommu.h31 #define IOMMU_PTE_PRESENT(pte) ((pte) & IOMMU_PTE_PR) macro
/kernel/linux/linux-5.10/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

Completed in 12 milliseconds