Lines Matching defs:size
43 size_t size; member
53 size_t size; member
107 static void __dma_clear_buffer(struct page *page, size_t size, int coherent_flag) in __dma_clear_buffer()
141 static struct page *__dma_alloc_buffer(struct device *dev, size_t size, in __dma_alloc_buffer()
166 static void __dma_free_buffer(struct page *page, size_t size) in __dma_free_buffer()
254 unsigned long size; member
262 void __init dma_contiguous_early_fixup(phys_addr_t base, unsigned long size) in dma_contiguous_early_fixup()
319 static void __dma_remap(struct page *page, size_t size, pgprot_t prot) in __dma_remap()
328 static void *__alloc_remap_buffer(struct device *dev, size_t size, gfp_t gfp, in __alloc_remap_buffer()
355 static void *__alloc_from_pool(size_t size, struct page **ret_page) in __alloc_from_pool()
376 static bool __in_atomic_pool(void *start, size_t size) in __in_atomic_pool()
381 static int __free_from_pool(void *start, size_t size) in __free_from_pool()
391 static void *__alloc_from_contiguous(struct device *dev, size_t size, in __alloc_from_contiguous()
427 void *cpu_addr, size_t size, bool want_vaddr) in __free_from_contiguous()
446 static void *__alloc_simple_buffer(struct device *dev, size_t size, gfp_t gfp, in __alloc_simple_buffer()
533 static void *__dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, in __dma_alloc()
605 static void __arm_dma_free(struct device *dev, size_t size, void *cpu_addr, in __arm_dma_free()
628 size_t size, enum dma_data_direction dir, in dma_cache_maint_page() argument
680 size_t size, enum dma_data_direction dir) in __dma_page_cpu_to_dev()
696 size_t size, enum dma_data_direction dir) in __dma_page_dev_to_cpu()
757 size_t size) in __alloc_iova()
815 dma_addr_t addr, size_t size) in __free_iova()
852 static struct page **__iommu_alloc_buffer(struct device *dev, size_t size, in __iommu_alloc_buffer()
944 size_t size, unsigned long attrs) in __iommu_free_buffer()
965 __iommu_create_mapping(struct device *dev, struct page **pages, size_t size, in __iommu_create_mapping()
1005 static int __iommu_remove_mapping(struct device *dev, dma_addr_t iova, size_t size) in __iommu_remove_mapping()
1043 static void *__iommu_alloc_simple(struct device *dev, size_t size, gfp_t gfp, in __iommu_alloc_simple()
1069 dma_addr_t handle, size_t size, int coherent_flag) in __iommu_free_atomic()
1078 static void *arm_iommu_alloc_attrs(struct device *dev, size_t size, in arm_iommu_alloc_attrs()
1119 void *cpu_addr, dma_addr_t dma_addr, size_t size, in arm_iommu_mmap_attrs()
1146 static void arm_iommu_free_attrs(struct device *dev, size_t size, void *cpu_addr, in arm_iommu_free_attrs()
1173 size_t size, unsigned long attrs) in arm_iommu_get_sgtable()
1189 size_t size, dma_addr_t *handle, in __map_sg_chunk()
1249 unsigned int size = s->offset + s->length; in arm_iommu_map_sg() local
1372 unsigned long offset, size_t size, enum dma_data_direction dir, in arm_iommu_map_page()
1409 size_t size, enum dma_data_direction dir, unsigned long attrs) in arm_iommu_unmap_page()
1437 phys_addr_t phys_addr, size_t size, in arm_iommu_map_resource()
1471 size_t size, enum dma_data_direction dir, in arm_iommu_unmap_resource()
1487 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_iommu_sync_single_for_cpu()
1502 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_iommu_sync_single_for_device()
1550 arm_iommu_create_mapping(const struct bus_type *bus, dma_addr_t base, u64 size) in arm_iommu_create_mapping()
1715 static void arm_setup_iommu_dma_ops(struct device *dev, u64 dma_base, u64 size, in arm_setup_iommu_dma_ops()
1750 static void arm_setup_iommu_dma_ops(struct device *dev, u64 dma_base, u64 size, in arm_setup_iommu_dma_ops()
1759 void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size, in arch_setup_dma_ops()
1796 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device()
1803 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
1810 void *arch_dma_alloc(struct device *dev, size_t size, dma_addr_t *dma_handle, in arch_dma_alloc()
1818 void arch_dma_free(struct device *dev, size_t size, void *cpu_addr, in arch_dma_free()