Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dboot_mem.c61 static void *mem_alloc_tmp(struct boot_mem_desc *desc, size_t len, size_t align) in mem_alloc_tmp() function
135 boot_mem_desc = mem_alloc_tmp(&desc, sizeof(desc), alignof(desc)); in boot_mem_init()
137 boot_mem_desc->reloc = mem_alloc_tmp(boot_mem_desc, in boot_mem_init()
241 return mem_alloc_tmp(boot_mem_desc, len, align); in boot_mem_alloc_tmp()