Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dlink_dummy.ld58 __pageable_start = .; symbol
H A Dkern.ld.S372 __pageable_start = __init_start; define
381 (__pageable_end - __pageable_start) / 4096 * 32 +
H A Dboot.c334 asan_tag_access(__pageable_start, __pageable_end); in init_asan()
464 unsigned int reloc_offs = (vaddr_t)__pageable_start - VCORE_START_VA; in ro_paged_alloc()
479 size_t pageable_start = (size_t)__pageable_start; in init_pager_runtime()
588 (vaddr_t)(__pageable_start - VCORE_UNPG_RX_PA)); in init_pager_runtime()
595 mm = tee_mm_alloc2(&core_virt_mem_pool, (vaddr_t)__pageable_start, in init_pager_runtime()
/optee_os/core/include/kernel/
H A Dlinker.h108 extern const uint8_t __pageable_start[];