Searched refs:dma_pte_present (Results 1 – 3 of 3) sorted by relevance
604 if (!dma_pte_present(pte)) { in pgtable_walk()729 if (!*target_level && (dma_pte_superpage(pte) || !dma_pte_present(pte))) in pfn_to_dma_pte()734 if (!dma_pte_present(pte)) { in pfn_to_dma_pte()785 if (!dma_pte_present(pte)) { in dma_pfn_level_pte()845 if (!dma_pte_present(pte) || dma_pte_superpage(pte)) in dma_pte_free_level()912 if (dma_pte_present(pte) && !dma_pte_superpage(pte)) in dma_pte_list_pagetables()931 if (!dma_pte_present(pte)) in dma_pte_clear_level()1583 if (dma_pte_present(pte)) { in switch_to_super_page()3679 if (pte && dma_pte_present(pte)) in intel_iommu_iova_to_phys()4325 if (!pte || !dma_pte_present(pte)) { in intel_iommu_read_and_clear_dirty()
334 if (!dma_pte_present(pde)) in pgtable_walk_level()
887 static inline bool dma_pte_present(struct dma_pte *pte) in dma_pte_present() function
Completed in 21 milliseconds