Home
last modified time | relevance | path

Searched refs:MALI_MEM_SECURE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_secure.c116 MALI_DEBUG_ASSERT(mem_bkend->type == MALI_MEM_SECURE); in mali_mem_secure_cpu_map()
151 MALI_DEBUG_ASSERT(mem_bkend->type == MALI_MEM_SECURE); in mali_mem_secure_release()
H A Dmali_memory_util.c105 case MALI_MEM_SECURE: in _mali_free_allocation_mem()
H A Dmali_memory_manager.c444 mali_allocation->type = MALI_MEM_SECURE; in _mali_ukk_mem_allocate()
504 if (MALI_MEM_SECURE == mem_backend->type) { in _mali_ukk_mem_allocate()
562 } else if (mem_backend->type == MALI_MEM_SECURE) { in _mali_ukk_mem_allocate()
577 } else if (MALI_MEM_SECURE == mem_backend->type) { in _mali_ukk_mem_allocate()
H A Dmali_memory_types.h30 MALI_MEM_SECURE, enumerator
H A Dmali_memory.c253 } else if (mem_bkend->type == MALI_MEM_SECURE) { in mali_mmap()