Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/parisc/
Diommu-helpers.h110 unsigned int max_seg_boundary = dma_get_seg_boundary(dev) + 1; in iommu_coalesce_chunks()
/linux-6.1.9/include/linux/
Ddma-mapping.h495 static inline unsigned long dma_get_seg_boundary(struct device *dev) in dma_get_seg_boundary() function
518 return (dma_get_seg_boundary(dev) >> page_shift) + 1; in dma_get_seg_boundary_nr_pages()
/linux-6.1.9/arch/x86/kernel/
Damd_gart_64.c96 base_index = ALIGN(iommu_bus_base & dma_get_seg_boundary(dev), in alloc_iommu()
/linux-6.1.9/arch/ia64/hp/common/
Dsba_iommu.c675 pages_needed, dma_get_seg_boundary(dev)); in sba_alloc_range()
682 pages_needed, dma_get_seg_boundary(dev)); in sba_alloc_range()
/linux-6.1.9/drivers/iommu/
Ddma-iommu.c1061 unsigned long seg_mask = dma_get_seg_boundary(dev); in __finalise_sg()
1195 unsigned long mask = dma_get_seg_boundary(dev); in iommu_dma_map_sg()
/linux-6.1.9/kernel/dma/
Dswiotlb.c613 unsigned long boundary_mask = dma_get_seg_boundary(dev); in swiotlb_do_find_slots()
Ddebug.c1153 u64 start, end, boundary = dma_get_seg_boundary(dev); in check_sg_segment()