Home
last modified time | relevance | path

Searched refs:offset_page (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_cow.c704 _mali_osk_errcode_t mali_mem_cow_allocate_on_demand(mali_mem_backend *mem_bkend, u32 offset_page) in mali_mem_cow_allocate_on_demand() argument
713 MALI_DEBUG_ASSERT(offset_page < mem_bkend->size / _MALI_OSK_MALI_PAGE_SIZE); in mali_mem_cow_allocate_on_demand()
714 MALI_DEBUG_PRINT(4, ("mali_mem_cow_allocate_on_demand !, offset_page =0x%x\n", offset_page)); in mali_mem_cow_allocate_on_demand()
729 if (i == offset_page) { in mali_mem_cow_allocate_on_demand()
773 mali_mem_cow_mali_map(mem_bkend, offset_page * _MALI_OSK_MALI_PAGE_SIZE, _MALI_OSK_MALI_PAGE_SIZE); in mali_mem_cow_allocate_on_demand()
H A Dmali_memory_cow.h46 _mali_osk_errcode_t mali_mem_cow_allocate_on_demand(mali_mem_backend *mem_bkend, u32 offset_page);