Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dboot.c441 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()
[all …]