Searched refs:embdata (Results 1 – 1 of 1) sorted by relevance
442 const struct boot_embdata *embdata = (const void *)__init_end; in undo_init_relocation() local446 reloc = (const void *)((vaddr_t)embdata + embdata->reloc_offset); in undo_init_relocation()447 reloc_end = reloc + embdata->reloc_len / sizeof(*reloc); in undo_init_relocation()466 const struct boot_embdata *embdata = (const void *)__init_end; in ro_paged_alloc() local467 const void *reloc = __init_end + embdata->reloc_offset; in ro_paged_alloc()470 reloc, embdata->reloc_len, store); in ro_paged_alloc()487 const struct boot_embdata *embdata = (const void *)__init_end; in init_pager_runtime() local495 assert(embdata->total_len >= embdata->hashes_offset + in init_pager_runtime()496 embdata->hashes_len); in init_pager_runtime()497 assert(hash_size == embdata->hashes_len); in init_pager_runtime()[all …]