Home
last modified time | relevance | path

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

/linux/drivers/parisc/
A Diommu-helpers.h110 unsigned int max_seg_boundary = dma_get_seg_boundary(dev) + 1; in iommu_coalesce_chunks()
/linux/include/linux/
A Ddma-mapping.h534 static inline unsigned long dma_get_seg_boundary(struct device *dev) in dma_get_seg_boundary() function
557 return (dma_get_seg_boundary(dev) >> page_shift) + 1; in dma_get_seg_boundary_nr_pages()
/linux/arch/x86/kernel/
A Damd_gart_64.c96 base_index = ALIGN(iommu_bus_base & dma_get_seg_boundary(dev), in alloc_iommu()
/linux/drivers/iommu/
A Ddma-iommu.c1252 unsigned long seg_mask = dma_get_seg_boundary(dev); in __finalise_sg()
1388 unsigned long mask = dma_get_seg_boundary(dev); in iommu_dma_map_sg()
/linux/kernel/dma/
A Ddebug.c1174 u64 start, end, boundary = dma_get_seg_boundary(dev); in check_sg_segment()
A Dswiotlb.c1021 unsigned long boundary_mask = dma_get_seg_boundary(dev); in swiotlb_search_pool_area()

Completed in 24 milliseconds