Home
last modified time | relevance | path

Searched refs:MALI_MEM_BACKEND_FLAG_COWED (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_types.h183 #define MALI_MEM_BACKEND_FLAG_COWED (0x1) /* COW has happen on this backend */ macro
H A Dmali_memory_os_alloc.c468 if (MALI_MEM_BACKEND_FLAG_COWED & mem_bkend->flags) { in mali_mem_os_release()
H A Dmali_memory_manager.c890 target_backend->flags |= MALI_MEM_BACKEND_FLAG_COWED; in _mali_ukk_mem_cow()