Home
last modified time | relevance | path

Searched refs:MALI_MEM_OS (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_defer_bind.c144 MALI_DEBUG_ASSERT(mem_bkend->type == MALI_MEM_OS); in mali_mem_defer_bind_allocation_prepare()
163 MALI_DEBUG_ASSERT(mem_bkend->type == MALI_MEM_OS); in mali_mem_defer_bind_allocation()
167 if (mem_bkend->type == MALI_MEM_OS) { in mali_mem_defer_bind_allocation()
H A Dmali_memory_manager.c224 MALI_DEBUG_ASSERT(MALI_MEM_OS == mali_allocation->type); in mali_mem_resize()
441 mali_allocation->type = MALI_MEM_OS; in _mali_ukk_mem_allocate()
448 mali_allocation->type = MALI_MEM_OS; in _mali_ukk_mem_allocate()
521 if (mem_backend->type == MALI_MEM_OS) { in _mali_ukk_mem_allocate()
527 mem_backend->type = MALI_MEM_OS; in _mali_ukk_mem_allocate()
528 mali_allocation->type = MALI_MEM_OS; in _mali_ukk_mem_allocate()
552 if (mem_backend->type == MALI_MEM_OS) { in _mali_ukk_mem_allocate()
573 if (MALI_MEM_OS == mem_backend->type) { in _mali_ukk_mem_allocate()
H A Dmali_memory_util.c62 case MALI_MEM_OS: in _mali_free_allocation_mem()
H A Dmali_memory_cow.c66 MALI_DEBUG_ASSERT(MALI_MEM_OS == target_bk->type || MALI_MEM_COW == target_bk->type || in _mali_memory_cow_get_node_list()
69 if (MALI_MEM_OS == target_bk->type) { in _mali_memory_cow_get_node_list()
442 case MALI_MEM_OS: in mali_memory_do_cow()
H A Dmali_memory_types.h23 MALI_MEM_OS, enumerator
H A Dmali_memory_os_alloc.c360 MALI_DEBUG_ASSERT(MALI_MEM_OS == mem_bkend->type); in mali_mem_os_cpu_map()
390 MALI_DEBUG_ASSERT(mem_bkend->type == MALI_MEM_OS); in mali_mem_os_resize_cpu_map_locked()
456 MALI_DEBUG_ASSERT(MALI_MEM_OS == mem_bkend->type); in mali_mem_os_release()
H A Dmali_memory.c242 if (mem_bkend->type == MALI_MEM_OS) { in mali_mmap()