Lines Matching defs:size
94 static unsigned long alloc_iommu(struct device *dev, int size, in alloc_iommu()
129 static void free_iommu(unsigned long offset, int size) in free_iommu()
173 static void iommu_full(struct device *dev, size_t size, int dir) in iommu_full()
200 need_iommu(struct device *dev, unsigned long addr, size_t size) in need_iommu()
206 nonforced_iommu(struct device *dev, unsigned long addr, size_t size) in nonforced_iommu()
215 size_t size, int dir, unsigned long align_mask) in dma_map_area()
243 unsigned long offset, size_t size, in gart_map_page()
266 size_t size, enum dma_data_direction dir, in gart_unmap_page()
479 gart_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_addr, in gart_alloc_coherent()
511 gart_free_coherent(struct device *dev, size_t size, void *vaddr, in gart_free_coherent()
548 static __init unsigned read_aperture(struct pci_dev *dev, u32 *size) in read_aperture()