Searched refs:boot_mem_desc (Results 1 – 1 of 1) sorted by relevance
50 struct boot_mem_desc { struct59 static struct boot_mem_desc *boot_mem_desc; argument61 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 …]