Searched refs:embdata (Results 1 – 1 of 1) sorted by relevance
360 const struct boot_embdata *embdata = (const void *)__init_end; in undo_init_relocation() local364 reloc = (const void *)((vaddr_t)embdata + embdata->reloc_offset); in undo_init_relocation()365 reloc_end = reloc + embdata->reloc_len / sizeof(*reloc); in undo_init_relocation()384 const struct boot_embdata *embdata = (const void *)__init_end; in ro_paged_alloc() local385 const void *reloc = __init_end + embdata->reloc_offset; in ro_paged_alloc()388 reloc, embdata->reloc_len, store); in ro_paged_alloc()404 const struct boot_embdata *embdata = (const void *)__init_end; in init_runtime() local412 assert(embdata->total_len >= embdata->hashes_offset + in init_runtime()413 embdata->hashes_len); in init_runtime()414 assert(hash_size == embdata->hashes_len); in init_runtime()[all …]
Completed in 4 milliseconds