Home
last modified time | relevance | path

Searched refs:MALI_MEM_BLOCK (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_block_alloc.c134 MALI_DEBUG_ASSERT(mem_bkend->type == MALI_MEM_BLOCK); in mali_mem_block_release()
308 MALI_DEBUG_ASSERT(mem_bkend->type == MALI_MEM_BLOCK); in mali_mem_block_cpu_map()
H A Dmali_memory_util.c87 case MALI_MEM_BLOCK: in _mali_free_allocation_mem()
H A Dmali_memory_cow.c67 MALI_MEM_BLOCK == target_bk->type || MALI_MEM_SWAP == target_bk->type); in _mali_memory_cow_get_node_list()
77 } else if (MALI_MEM_BLOCK == target_bk->type) { in _mali_memory_cow_get_node_list()
443 case MALI_MEM_BLOCK: in mali_memory_do_cow()
H A Dmali_memory_manager.c446 mali_allocation->type = MALI_MEM_BLOCK; in _mali_ukk_mem_allocate()
523 } else if (mem_backend->type == MALI_MEM_BLOCK) { in _mali_ukk_mem_allocate()
556 } else if (mem_backend->type == MALI_MEM_BLOCK) { in _mali_ukk_mem_allocate()
575 } else if (MALI_MEM_BLOCK == mem_backend->type) { in _mali_ukk_mem_allocate()
H A Dmali_memory_types.h28 MALI_MEM_BLOCK, enumerator
H A Dmali_memory.c247 } else if (mem_bkend->type == MALI_MEM_BLOCK) { in mali_mmap()