Home
last modified time | relevance | path

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

/openbmc/linux/arch/xtensa/include/asm/
H A Dsections.h41 extern char _xip_start[];
/openbmc/linux/arch/xtensa/kernel/
H A Dvmlinux.lds.S349 _xip_start = .; symbol
H A Dsetup.c317 mem_reserve(__pa(_xip_start), __pa(_xip_end)); in setup_arch()