Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dboot_mem.c50 struct boot_mem_desc { struct
59 static struct boot_mem_desc *boot_mem_desc; argument
61 static void *mem_alloc_tmp(struct boot_mem_desc *desc, size_t len, size_t align) in mem_alloc_tmp()
82 static void add_padding(struct boot_mem_desc *desc, vaddr_t va) in add_padding()
102 static void *mem_alloc(struct boot_mem_desc *desc, size_t len, size_t align) in mem_alloc()
128 struct boot_mem_desc desc = { in boot_mem_init()
135 boot_mem_desc = mem_alloc_tmp(&desc, sizeof(desc), alignof(desc)); in boot_mem_init()
136 *boot_mem_desc = desc; in boot_mem_init()
137 boot_mem_desc->reloc = mem_alloc_tmp(boot_mem_desc, in boot_mem_init()
138 sizeof(*boot_mem_desc->reloc), in boot_mem_init()
[all …]