Searched refs:heap_mask (Results 1 – 7 of 7) sorted by relevance
76 int exynos_ion_alloc(int /* ion_fd */, size_t len, unsigned int heap_mask, unsigned int flags) { in exynos_ion_alloc() argument82 if ((heap_mask == it.legacy_ion_heap_mask) && (heapflags == it.ion_heap_flags)) { in exynos_ion_alloc()90 ALOGE("%s: unable to find heaps of heap_mask %#x", __func__, heap_mask); in exynos_ion_alloc()
71 unsigned int heap_mask, unsigned int flags);
27 #define ION_HEAP_MASK heap_mask
76 ionAllocData.heap_mask = data.flags & ~ION_SECURE; in alloc_buffer()
106 #define ION_HEAP_MASK heap_mask
190 #define ION_HEAP_MASK heap_mask
7909 alloc_data->heap_mask = ION_HEAP(ION_IOMMU_HEAP_ID); in alloc_map_ion_memory()7911 alloc_data->heap_mask = ION_HEAP(heap_id); in alloc_map_ion_memory()7914 heap_id, (unsigned int)alloc_data->heap_mask, alloc_data->len, alloc_data->align); in alloc_map_ion_memory()