Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
A Dboot.c360 const struct boot_embdata *embdata = (const void *)__init_end; in undo_init_relocation() local
364 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() local
385 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() local
412 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