Home
last modified time | relevance | path

Searched refs:mali_mem_allocation (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_util.c45 static u32 _mali_free_allocation_mem(mali_mem_allocation *mali_alloc) in _mali_free_allocation_mem()
133 u32 mali_allocation_unref(struct mali_mem_allocation **alloc) in mali_allocation_unref()
136 mali_mem_allocation *mali_alloc = *alloc; in mali_allocation_unref()
144 void mali_allocation_ref(struct mali_mem_allocation *alloc) in mali_allocation_ref()
151 struct mali_mem_allocation *entry, *next; in mali_free_session_allocations()
H A Dmali_memory.c44 mali_mem_allocation *alloc = (mali_mem_allocation *)vma->vm_private_data; in mali_mem_vma_open()
54 mali_mem_allocation *alloc = (mali_mem_allocation *)vma->vm_private_data; in mali_mem_vma_close()
63 mali_mem_allocation *alloc = (mali_mem_allocation *)vma->vm_private_data; in mali_mem_vma_fault()
155 mali_mem_allocation *mali_alloc = NULL; in mali_mmap()
177 mali_alloc = container_of(mali_vma_node, struct mali_mem_allocation, mali_vma_node); in mali_mmap()
281 _mali_osk_errcode_t mali_mem_mali_map_prepare(mali_mem_allocation *descriptor) in mali_mem_mali_map_prepare()
297 _mali_osk_errcode_t mali_mem_mali_map_resize(mali_mem_allocation *descriptor, u32 new_size) in mali_mem_mali_map_resize()
H A Dmali_memory_dma_buf.c37 mali_mem_allocation *alloc; in mali_dma_buf_map()
123 static void mali_dma_buf_unmap(mali_mem_allocation *alloc, struct mali_dma_buf_attachment *mem) in mali_dma_buf_unmap()
159 mali_mem_allocation *mali_alloc = NULL; in mali_dma_buf_map_job()
174 mali_alloc = container_of(mali_vma_node, struct mali_mem_allocation, mali_vma_node); in mali_dma_buf_map_job()
208 mali_mem_allocation *mali_alloc = NULL; in mali_dma_buf_unmap_job()
223 mali_alloc = container_of(mali_vma_node, struct mali_mem_allocation, mali_vma_node); in mali_dma_buf_unmap_job()
274 _mali_osk_errcode_t mali_mem_bind_dma_buf(mali_mem_allocation *alloc, in mali_mem_bind_dma_buf()
H A Dmali_memory_manager.c84 static mali_mem_allocation *mali_mem_allocation_struct_create(struct mali_session_data *session) in mali_mem_allocation_struct_create()
86 mali_mem_allocation *mali_allocation; in mali_mem_allocation_struct_create()
89 mali_allocation = (mali_mem_allocation *)kzalloc(sizeof(mali_mem_allocation), GFP_KERNEL); in mali_mem_allocation_struct_create()
115 void mali_mem_allocation_struct_destory(mali_mem_allocation *alloc) in mali_mem_allocation_struct_destory()
191 mali_mem_allocation *mali_alloc = NULL; in mali_mem_backend_struct_search()
198 mali_alloc = container_of(mali_vma_node, struct mali_mem_allocation, mali_vma_node); in mali_mem_backend_struct_search()
211 mali_mem_allocation *mali_allocation = NULL; in mali_mem_resize()
369 mali_mem_allocation *mali_allocation = NULL; in mali_mem_add_mem_size()
407 mali_mem_allocation *mali_allocation = NULL; in _mali_ukk_mem_allocate()
606 mali_mem_allocation *mali_alloc = NULL; in _mali_ukk_mem_free()
[all …]
H A Dmali_memory_ump.c22 mali_mem_allocation *alloc; in mali_mem_ump_map()
98 static void mali_mem_ump_unmap(mali_mem_allocation *alloc) in mali_mem_ump_unmap()
110 int mali_mem_bind_ump_buf(mali_mem_allocation *alloc, mali_mem_backend *mem_backend, u32 secure_id… in mali_mem_bind_ump_buf()
143 mali_mem_allocation *alloc; in mali_mem_unbind_ump_buf()
H A Dmali_memory_util.h14 u32 mali_allocation_unref(struct mali_mem_allocation **alloc);
16 void mali_allocation_ref(struct mali_mem_allocation *alloc);
H A Dmali_memory_types.h129 typedef struct mali_mem_allocation { struct
146 } mali_mem_allocation; argument
207 mali_mem_allocation *mali_allocation;
H A Dmali_memory.h88 _mali_osk_errcode_t mali_mem_mali_map_prepare(mali_mem_allocation *descriptor);
100 _mali_osk_errcode_t mali_mem_mali_map_resize(mali_mem_allocation *descriptor, u32 new_size);
H A Dmali_memory_external.c20 mali_mem_allocation *alloc; in mali_mem_unbind_ext_buf()
35 _mali_osk_errcode_t mali_mem_bind_ext_buf(mali_mem_allocation *alloc, in mali_mem_bind_ext_buf()
H A Dmali_memory_swap_alloc.c476 mali_mem_allocation *alloc; in mali_mem_swap_release()
592 void mali_mem_swap_mali_unmap(mali_mem_allocation *alloc) in mali_mem_swap_mali_unmap()
632 mali_mem_allocation *mali_alloc = NULL; in mali_mem_swap_in_pages()
657 mali_alloc = container_of(mali_vma_node, struct mali_mem_allocation, mali_vma_node); in mali_mem_swap_in_pages()
742 mali_mem_allocation *mali_alloc = NULL; in mali_mem_swap_out_pages()
768 mali_alloc = container_of(mali_vma_node, struct mali_mem_allocation, mali_vma_node); in mali_mem_swap_out_pages()
H A Dmali_memory_secure.c93 void mali_mem_secure_mali_unmap(mali_mem_allocation *alloc) in mali_mem_secure_mali_unmap()
149 mali_mem_allocation *alloc = mem_bkend->mali_allocation; in mali_mem_secure_release()
H A Dmali_memory_ump.h22 int mali_mem_bind_ump_buf(mali_mem_allocation *alloc, mali_mem_backend *mem_backend, u32 secure_id…
H A Dmali_memory_external.h19 _mali_osk_errcode_t mali_mem_bind_ext_buf(mali_mem_allocation *alloc,
H A Dmali_memory_secure.h24 void mali_mem_secure_mali_unmap(mali_mem_allocation *alloc);
H A Dmali_memory_dma_buf.h40 _mali_osk_errcode_t mali_mem_bind_dma_buf(mali_mem_allocation *alloc,
H A Dmali_memory_defer_bind.h60 _mali_osk_errcode_t mali_mem_defer_bind_allocation_prepare(mali_mem_allocation *alloc, struct list_…
H A Dmali_memory_manager.h38 void mali_mem_allocation_struct_destory(mali_mem_allocation *alloc);
H A Dmali_memory_os_alloc.h48 void mali_mem_os_mali_unmap(mali_mem_allocation *alloc);
H A Dmali_memory_block_alloc.h46 void mali_mem_block_mali_unmap(mali_mem_allocation *alloc);
H A Dmali_memory_swap_alloc.h95 void mali_mem_swap_mali_unmap(mali_mem_allocation *alloc);
H A Dmali_memory_block_alloc.c132 mali_mem_allocation *alloc = mem_bkend->mali_allocation; in mali_mem_block_release()
288 void mali_mem_block_mali_unmap(mali_mem_allocation *alloc) in mali_mem_block_mali_unmap()
H A Dmali_memory_cow.c292 mali_mem_allocation *alloc = NULL; in mali_memory_cow_modify_range()
487 mali_mem_allocation *cow_alloc; in mali_mem_cow_mali_map()
595 mali_mem_allocation *alloc; in mali_mem_cow_release()
H A Dmali_memory_defer_bind.c111 _mali_osk_errcode_t mali_mem_defer_bind_allocation_prepare(mali_mem_allocation *alloc, struct list_… in mali_mem_defer_bind_allocation_prepare()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp_job.c30 mali_mem_allocation *mali_alloc = NULL; in _mali_gp_add_varying_allocations()
42 mali_alloc = container_of(mali_vma_node, struct mali_mem_allocation, mali_vma_node); in _mali_gp_add_varying_allocations()
H A Dmali_gp_job.h85 mali_mem_allocation *alloc;

12