Searched refs:dma_pte (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/iommu/intel/
H A Diommu.h621 struct dma_pte *pgd;
822 struct dma_pte { struct
826 static inline void dma_clear_pte(struct dma_pte *pte)
831 static inline u64 dma_pte_addr(struct dma_pte *pte)
842 static inline bool dma_pte_present(struct dma_pte *pte)
847 static inline bool dma_sl_pte_test_and_clear_dirty(struct dma_pte *pte,
857 static inline bool dma_pte_superpage(struct dma_pte *pte)
862 static inline bool first_pte_in_page(struct dma_pte *pte)
867 static inline int nr_pte_to_next_page(struct dma_pte *pte)
870 (struct dma_pte *)ALIG
[all...]
H A Diommu.c717 u8 bus, u8 devfn, struct dma_pte *parent, int level)
719 struct dma_pte *pte;
750 struct dma_pte *pgtable;
822 static struct dma_pte *pfn_to_dma_pte(struct dmar_domain *domain,
826 struct dma_pte *parent, *pte;
880 static struct dma_pte *dma_pfn_level_pte(struct dmar_domain *domain,
884 struct dma_pte *parent, *pte;
917 struct dma_pte *first_pte, *pte;
944 int retain_level, struct dma_pte *pte,
953 struct dma_pte *level_pt
[all...]
H A Dpasid.c354 struct dma_pte **pgd)
375 struct dma_pte *pgd;
596 struct dma_pte *pgd = s2_domain->pgd;
H A Ddebugfs.c323 static void pgtable_walk_level(struct seq_file *m, struct dma_pte *pde,

Completed in 134 milliseconds