Home
last modified time | relevance | path

Searched refs:ump_memory_allocation (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_common.c155 ump_memory_allocation *descriptor; in _ump_ukk_close()
156 ump_memory_allocation *temp; in _ump_ukk_close()
161 …riptor, temp, &session_data->list_head_session_memory_mappings_list, ump_memory_allocation, list) { in _ump_ukk_close()
200 ump_memory_allocation *descriptor; /* Describes current mapping of memory */ in _ump_ukk_map_mem()
215 descriptor = (ump_memory_allocation *) _mali_osk_calloc(1, sizeof(ump_memory_allocation)); in _ump_ukk_map_mem()
316 ump_memory_allocation *descriptor; in _ump_ukk_unmap_mem()
H A Dump_osk.h36 _mali_osk_errcode_t _ump_osk_mem_mapregion_init(ump_memory_allocation *descriptor);
38 _mali_osk_errcode_t _ump_osk_mem_mapregion_map(ump_memory_allocation *descriptor, u32 offset, u32 *…
40 void _ump_osk_mem_mapregion_term(ump_memory_allocation *descriptor);
H A Dump_kernel_memory_backend.h22 typedef struct ump_memory_allocation { struct
32 } ump_memory_allocation; argument
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_osk_low_level_mem.c35 ump_memory_allocation *descriptor;
107 ump_memory_allocation *descriptor; in ump_vma_close()
125 _mali_osk_errcode_t _ump_osk_mem_mapregion_init(ump_memory_allocation *descriptor) in _ump_osk_mem_mapregion_init()
172 void _ump_osk_mem_mapregion_term(ump_memory_allocation *descriptor) in _ump_osk_mem_mapregion_term()
190 _mali_osk_errcode_t _ump_osk_mem_mapregion_map(ump_memory_allocation *descriptor, u32 offset, u32 *… in _ump_osk_mem_mapregion_map()