Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dboot.h126 void *boot_mem_alloc_tmp(size_t len, size_t align);
/optee_os/core/mm/
H A Dboot_mem.c174 reloc = boot_mem_alloc_tmp(sizeof(*reloc), alignof(*reloc)); in boot_mem_add_reloc()
239 void *boot_mem_alloc_tmp(size_t len, size_t align) in boot_mem_alloc_tmp() function
H A Dcore_mmu.c144 m = boot_mem_alloc_tmp(sz, alignof(*m)); in boot_mem_realloc_memory_map()
1634 mem_map.map = boot_mem_alloc_tmp(mem_map.alloc_count * in core_init_mmu_map()