Lines Matching refs:embdata
441 const struct boot_embdata *embdata = (const void *)__init_end; in undo_init_relocation() local
445 reloc = (const void *)((vaddr_t)embdata + embdata->reloc_offset); in undo_init_relocation()
446 reloc_end = reloc + embdata->reloc_len / sizeof(*reloc); in undo_init_relocation()
465 const struct boot_embdata *embdata = (const void *)__init_end; in ro_paged_alloc() local
466 const void *reloc = __init_end + embdata->reloc_offset; in ro_paged_alloc()
469 reloc, embdata->reloc_len, store); in ro_paged_alloc()
486 const struct boot_embdata *embdata = (const void *)__init_end; in init_pager_runtime() local
494 assert(embdata->total_len >= embdata->hashes_offset + in init_pager_runtime()
495 embdata->hashes_len); in init_pager_runtime()
496 assert(hash_size == embdata->hashes_len); in init_pager_runtime()
498 tmp_hashes = __init_end + embdata->hashes_offset; in init_pager_runtime()