Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dlink_dummy.ld51 __nozi_end = .; symbol
H A Dkern.ld.S272 __nozi_end = .; define
H A Dboot.c336 asan_tag_access(__nozi_start, __nozi_end); in init_asan()
/optee_os/core/include/kernel/
H A Dlinker.h92 extern const uint8_t __nozi_end[];
/optee_os/core/arch/riscv/kernel/
H A Dkern.ld.S214 __nozi_end = .; define
/optee_os/core/mm/
H A Dcore_mmu.c1621 vaddr_t len = ROUNDUP((vaddr_t)__nozi_end, SMALL_PAGE_SIZE) - start; in core_init_mmu_map()