Searched refs:paged_store (Results 1 – 1 of 1) sorted by relevance
353 static void undo_init_relocation(uint8_t *paged_store __maybe_unused) in undo_init_relocation()372 ptr = (void *)(paged_store + *reloc - addr_start); in undo_init_relocation()408 uint8_t *paged_store = NULL; in init_runtime() local446 paged_store = phys_to_virt(tee_mm_get_smem(mm), MEM_AREA_TA_RAM, in init_runtime()454 memmove(paged_store + init_size, in init_runtime()459 asan_memcpy_unchecked(paged_store, __init_start, init_size); in init_runtime()464 undo_init_relocation(paged_store); in init_runtime()470 const uint8_t *page = paged_store + n * SMALL_PAGE_SIZE; in init_runtime()522 fobj = ro_paged_alloc(mm, hashes, paged_store); in init_runtime()
Completed in 4 milliseconds