Home
last modified time | relevance | path

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

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