Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dlink_dummy.ld54 __nozi_start = .; symbol
H A Dkern.ld.S269 __nozi_start = .; define
H A Dboot.c336 asan_tag_access(__nozi_start, __nozi_end); in init_asan()
/optee_os/core/include/kernel/
H A Dlinker.h91 extern const uint8_t __nozi_start[];
/optee_os/core/arch/riscv/kernel/
H A Dkern.ld.S211 __nozi_start = .; define
/optee_os/core/mm/
H A Dcore_mmu.c1613 vaddr_t start = ROUNDDOWN((vaddr_t)__nozi_start, SMALL_PAGE_SIZE); in core_init_mmu_map()