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()
941 size_t size, unsigned long attrs) in __iommu_free_buffer()
962 __iommu_create_mapping(struct device *dev, struct page **pages, size_t size, in __iommu_create_mapping()
1002 static int __iommu_remove_mapping(struct device *dev, dma_addr_t iova, size_t size) in __iommu_remove_mapping()
1040 static void *__iommu_alloc_simple(struct device *dev, size_t size, gfp_t gfp, in __iommu_alloc_simple()
1066 dma_addr_t handle, size_t size, int coherent_flag) in __iommu_free_atomic()
1075 static void *arm_iommu_alloc_attrs(struct device *dev, size_t size, in arm_iommu_alloc_attrs()
1116 void *cpu_addr, dma_addr_t dma_addr, size_t size, in arm_iommu_mmap_attrs()
1143 static void arm_iommu_free_attrs(struct device *dev, size_t size, void *cpu_addr, in arm_iommu_free_attrs()
1170 size_t size, unsigned long attrs) in arm_iommu_get_sgtable()
1186 size_t size, dma_addr_t *handle, in __map_sg_chunk()
1246 unsigned int size = s->offset + s->length; in arm_iommu_map_sg() local
1369 unsigned long offset, size_t size, enum dma_data_direction dir, in arm_iommu_map_page()
1406 size_t size, enum dma_data_direction dir, unsigned long attrs) in arm_iommu_unmap_page()
1434 phys_addr_t phys_addr, size_t size, in arm_iommu_map_resource()
1468 size_t size, enum dma_data_direction dir, in arm_iommu_unmap_resource()
1484 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_iommu_sync_single_for_cpu()
1499 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_iommu_sync_single_for_device()
1547 arm_iommu_create_mapping(struct device *dev, dma_addr_t base, u64 size) in arm_iommu_create_mapping()
1717 u64 dma_base = 0, size = 1ULL << 32; in arm_setup_iommu_dma_ops() local
1797 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device()
1804 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
1811 void *arch_dma_alloc(struct device *dev, size_t size, dma_addr_t *dma_handle, in arch_dma_alloc()
1819 void arch_dma_free(struct device *dev, size_t size, void *cpu_addr, in arch_dma_free()