Searched refs:paged_store (Results 1 – 1 of 1) sorted by relevance
397 static void undo_init_relocation(uint8_t *paged_store __maybe_unused) in undo_init_relocation()416 ptr = (void *)(paged_store + *reloc - addr_start); in undo_init_relocation()453 uint8_t *paged_store = NULL; in init_runtime() local491 paged_store = phys_to_virt(tee_mm_get_smem(mm), MEM_AREA_TA_RAM, in init_runtime()499 memmove(paged_store + init_size, in init_runtime()504 asan_memcpy_unchecked(paged_store, __init_start, init_size); in init_runtime()509 undo_init_relocation(paged_store); in init_runtime()515 const uint8_t *page = paged_store + n * SMALL_PAGE_SIZE; in init_runtime()567 fobj = ro_paged_alloc(mm, hashes, paged_store); in init_runtime()
Completed in 5 milliseconds