Searched refs:dma_pte (Results 1 – 4 of 4) sorted by relevance
636 struct dma_pte *pgd;868 struct dma_pte { struct872 static inline void dma_clear_pte(struct dma_pte *pte) in dma_clear_pte() argument877 static inline u64 dma_pte_addr(struct dma_pte *pte) in dma_pte_addr()887 static inline bool dma_pte_present(struct dma_pte *pte) in dma_pte_present()892 static inline bool dma_sl_pte_test_and_clear_dirty(struct dma_pte *pte, in dma_sl_pte_test_and_clear_dirty()902 static inline bool dma_pte_superpage(struct dma_pte *pte) in dma_pte_superpage()907 static inline bool first_pte_in_page(struct dma_pte *pte) in first_pte_in_page()912 static inline int nr_pte_to_next_page(struct dma_pte *pte) in nr_pte_to_next_page()915 (struct dma_pte *)ALIGN((unsigned long)pte, VTD_PAGE_SIZE) - pte; in nr_pte_to_next_page()
595 struct dma_pte *pte; in pgtable_walk()627 struct dma_pte *pgtable; in dmar_fault_dump_ptes()714 struct dma_pte *parent, *pte; in pfn_to_dma_pte()774 struct dma_pte *parent, *pte; in dma_pfn_level_pte()807 struct dma_pte *first_pte, *pte; in dma_pte_clear_range()843 struct dma_pte *level_pte; in dma_pte_free_level()1463 struct dma_pte *pgd = domain->pgd; in domain_context_mapping_one()1576 struct dma_pte *pte = NULL; in switch_to_super_page()1767 struct dma_pte *pgd = domain->pgd; in domain_setup_first_level()3673 struct dma_pte *pte; in intel_iommu_iova_to_phys()[all …]
487 struct dma_pte *pgd; in intel_pasid_setup_second_level()532 struct dma_pte *pgd; in intel_pasid_replace_second_level()750 struct dma_pte *pgd = s2_domain->pgd; in pasid_pte_config_nestd()
323 static void pgtable_walk_level(struct seq_file *m, struct dma_pte *pde, in pgtable_walk_level()
Completed in 24 milliseconds