Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
A Diommu.c1027 if (!pte || (dma_pte_superpage(pte) || !dma_pte_present(pte))) { in pgtable_walk()
1137 if (!dma_pte_present(pte)) { in pfn_to_dma_pte()
1187 if (!dma_pte_present(pte)) { in dma_pfn_level_pte()
1247 if (!dma_pte_present(pte) || dma_pte_superpage(pte)) in dma_pte_free_level()
1321 if (dma_pte_present(pte) && !dma_pte_superpage(pte)) in dma_pte_list_pagetables()
1344 if (!dma_pte_present(pte)) in dma_pte_clear_level()
2251 if (!dma_pte_present(pgd)) in domain_context_mapping_one()
2425 if (dma_pte_present(pte)) { in switch_to_super_page()
2654 if (!dma_pte_present(pgd)) in domain_setup_first_level()
4892 if (dma_pte_present(pte)) { in prepare_domain_attach_device()
[all …]
A Ddebugfs.c332 if (!dma_pte_present(pde)) in pgtable_walk_level()
A Dpasid.c655 if (!dma_pte_present(*pgd)) in iommu_skip_agaw()
/linux/include/linux/
A Dintel-iommu.h698 static inline bool dma_pte_present(struct dma_pte *pte) in dma_pte_present() function

Completed in 22 milliseconds