Home
last modified time | relevance | path

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

/drivers/iommu/
Dintel-iommu.c282 struct dma_pte { struct
286 static inline void dma_clear_pte(struct dma_pte *pte) in dma_clear_pte() argument
291 static inline void dma_set_pte_readable(struct dma_pte *pte) in dma_set_pte_readable()
296 static inline void dma_set_pte_writable(struct dma_pte *pte) in dma_set_pte_writable()
301 static inline void dma_set_pte_snp(struct dma_pte *pte) in dma_set_pte_snp()
306 static inline void dma_set_pte_prot(struct dma_pte *pte, unsigned long prot) in dma_set_pte_prot()
311 static inline u64 dma_pte_addr(struct dma_pte *pte) in dma_pte_addr()
321 static inline void dma_set_pte_pfn(struct dma_pte *pte, unsigned long pfn) in dma_set_pte_pfn()
326 static inline bool dma_pte_present(struct dma_pte *pte) in dma_pte_present()
331 static inline bool dma_pte_superpage(struct dma_pte *pte) in dma_pte_superpage()
[all …]