Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dboot.c434 static void undo_init_relocation(uint8_t *paged_store __maybe_unused) in undo_init_relocation()
453 ptr = (void *)(paged_store + *reloc - addr_start); in undo_init_relocation()
490 uint8_t *paged_store = NULL; in init_pager_runtime() local
522 paged_store = phys_to_virt(tee_mm_get_smem(mm), in init_pager_runtime()
530 memmove(paged_store + init_size, in init_pager_runtime()
535 asan_memcpy_unchecked(paged_store, __init_start, init_size); in init_pager_runtime()
540 undo_init_relocation(paged_store); in init_pager_runtime()
546 const uint8_t *page = paged_store + n * SMALL_PAGE_SIZE; in init_pager_runtime()
598 fobj = ro_paged_alloc(mm, hashes, paged_store); in init_pager_runtime()