Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
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()
73 } else if (MALI_MEM_COW == target_bk->type) { in _mali_memory_cow_get_node_list()
311 MALI_DEBUG_ASSERT(MALI_MEM_COW == backend->type); in mali_memory_cow_modify_range()
375 MALI_DEBUG_ASSERT(MALI_MEM_COW == alloc->type); in mali_memory_cow_modify_range()
439 MALI_DEBUG_ASSERT(MALI_MEM_COW == backend->type); in mali_memory_do_cow()
446 case MALI_MEM_COW: in mali_memory_do_cow()
498 MALI_DEBUG_ASSERT(MALI_MEM_COW == mem_bkend->type); in mali_mem_cow_mali_map()
528 MALI_DEBUG_ASSERT(mem_bkend->type == MALI_MEM_COW); in mali_mem_cow_cpu_map()
565 MALI_DEBUG_ASSERT(mem_bkend->type == MALI_MEM_COW); in mali_mem_cow_cpu_map_pages_locked()
599 MALI_DEBUG_ASSERT(MALI_MEM_COW == mem_bkend->type); in mali_mem_cow_release()
[all …]
H A Dmali_memory.c82 if ((mem_bkend->type == MALI_MEM_COW && (MALI_MEM_BACKEND_FLAG_SWAP_COWED != in mali_mem_vma_fault()
108 (mem_bkend->type == MALI_MEM_COW && (mem_bkend->flags & MALI_MEM_BACKEND_FLAG_SWAP_COWED))) { in mali_mem_vma_fault()
206 … (MALI_MEM_COW == mali_alloc->type && (mem_bkend->flags & MALI_MEM_BACKEND_FLAG_SWAP_COWED)))) { in mali_mmap()
244 } else if (mem_bkend->type == MALI_MEM_COW && in mali_mmap()
249 } else if ((mem_bkend->type == MALI_MEM_SWAP) || (mem_bkend->type == MALI_MEM_COW && in mali_mmap()
H A Dmali_memory_swap_alloc.c661 MALI_MEM_COW != mali_alloc->type) { in mali_mem_swap_in_pages()
672 if ((MALI_MEM_COW == mem_bkend->type) && in mali_mem_swap_in_pages()
772 MALI_MEM_COW != mali_alloc->type) { in mali_mem_swap_out_pages()
782 if ((MALI_MEM_COW == mem_bkend->type) && in mali_mem_swap_out_pages()
826 MALI_DEBUG_ASSERT(MALI_MEM_COW == mem_bkend->type); in mali_mem_swap_allocate_page_on_demand()
866 MALI_DEBUG_ASSERT(MALI_MEM_COW == mem_bkend->type); in mali_mem_swap_cow_page_on_demand()
H A Dmali_memory_util.c92 case MALI_MEM_COW: in _mali_free_allocation_mem()
H A Dmali_memory_manager.c821 mali_allocation->type = MALI_MEM_COW; in _mali_ukk_mem_cow()
839 …(MALI_MEM_COW == target_backend->type && (MALI_MEM_BACKEND_FLAG_SWAP_COWED & target_backend->flags… in _mali_ukk_mem_cow()
928 MALI_DEBUG_ASSERT(MALI_MEM_COW == mem_backend->type); in _mali_ukk_mem_cow_modify_range()
988 if (MALI_MEM_COW == mem_backend->type) in _mali_ukk_mem_usage_get()
H A Dmali_memory_types.h29 MALI_MEM_COW, enumerator