Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory.c107 } else if ((mem_bkend->type == MALI_MEM_SWAP) || in mali_mem_vma_fault()
205 if (!(MALI_MEM_SWAP == mali_alloc->type || in mali_mmap()
222 } else if (MALI_MEM_SWAP == mali_alloc->type) { 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_manager.c439 mali_allocation->type = MALI_MEM_SWAP; in _mali_ukk_mem_allocate()
530 } else if (MALI_MEM_SWAP == mem_backend->type) { in _mali_ukk_mem_allocate()
559 } else if (mem_backend->type == MALI_MEM_SWAP) { in _mali_ukk_mem_allocate()
580 MALI_DEBUG_ASSERT(MALI_MEM_SWAP == mem_backend->type); in _mali_ukk_mem_allocate()
838 if (target_backend->type == MALI_MEM_SWAP || in _mali_ukk_mem_cow()
H A Dmali_memory_swap_alloc.c495 if (MALI_MEM_SWAP == mem_bkend->type) { in mali_mem_swap_release()
660 if (MALI_MEM_SWAP != mali_alloc->type && in mali_mem_swap_in_pages()
771 if (MALI_MEM_SWAP != mali_alloc->type && in mali_mem_swap_out_pages()
816 if (MALI_MEM_SWAP == mem_bkend->type) { in mali_mem_swap_allocate_page_on_demand()
H A Dmali_memory_util.c100 case MALI_MEM_SWAP: 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()
81 } else if (MALI_MEM_SWAP == target_bk->type) { in _mali_memory_cow_get_node_list()
453 case MALI_MEM_SWAP: in mali_memory_do_cow()
H A Dmali_memory_types.h25 MALI_MEM_SWAP, enumerator
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_session.c134 … (unsigned int)((atomic_read(&session->mali_mem_array[MALI_MEM_SWAP])) * _MALI_OSK_MALI_PAGE_SIZE) in mali_session_memory_tracking()