Home
last modified time | relevance | path

Searched refs:dma_pte_present (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/iommu/
Dintel-iommu.c901 if (!*target_level && (dma_pte_superpage(pte) || !dma_pte_present(pte))) in pfn_to_dma_pte()
906 if (!dma_pte_present(pte)) { in pfn_to_dma_pte()
951 if (!dma_pte_present(pte)) { in dma_pfn_level_pte()
1011 if (!dma_pte_present(pte) || dma_pte_superpage(pte)) in dma_pte_free_level()
1085 if (dma_pte_present(pte) && !dma_pte_superpage(pte)) in dma_pte_list_pagetables()
1108 if (!dma_pte_present(pte)) in dma_pte_clear_level()
2067 if (!dma_pte_present(pgd)) in domain_context_mapping_one()
5373 if (dma_pte_present(pte)) { in prepare_domain_attach_device()
Dintel-pasid.c557 if (!dma_pte_present(pgd)) { in intel_pasid_setup_second_level()
/Linux-v5.4/include/linux/
Dintel-iommu.h619 static inline bool dma_pte_present(struct dma_pte *pte) in dma_pte_present() function