Home
last modified time | relevance | path

Searched refs:_etext (Results 1 – 25 of 103) sorted by relevance

12345

/linux/arch/arm64/kernel/
A Dkaslr.c74 module_alloc_base = (u64)_etext - MODULES_VSIZE; in kaslr_early_init()
169 module_range = MODULES_VSIZE - (u64)(_etext - _stext); in kaslr_early_init()
170 module_alloc_base = (u64)_etext + offset - MODULES_VSIZE; in kaslr_early_init()
/linux/arch/nds32/mm/
A Dinit.c219 (unsigned long)&__init_begin) >> 10, (unsigned long)&_etext, in mem_init()
221 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10, in mem_init()
222 (unsigned long)&_text, (unsigned long)&_etext, in mem_init()
223 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init()
/linux/arch/h8300/include/asm/
A Dtraps.h36 extern char _start[], _etext[];
39 (addr < (unsigned long)(_etext)) && !(addr & 1))
/linux/arch/sh/mm/
A Dinit.c389 (unsigned long)&_etext, (unsigned long)&_edata, in mem_init()
390 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10, in mem_init()
392 (unsigned long)&_text, (unsigned long)&_etext, in mem_init()
393 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init()
/linux/arch/sh/kernel/
A Dsetup.c297 setup_initial_init_mm(_text, _etext, _edata, _end); in setup_arch()
300 code_resource.end = virt_to_phys(_etext)-1; in setup_arch()
301 data_resource.start = virt_to_phys(_etext); in setup_arch()
/linux/include/asm-generic/
A Dsections.h35 extern char _text[], _stext[], _etext[];
187 addr < (unsigned long)_etext; in __is_kernel_text()
/linux/arch/m68k/kernel/
A Dsetup_no.c90 setup_initial_init_mm(_stext, _etext, _edata, NULL); in setup_arch()
143 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
/linux/arch/xtensa/mm/
A Dinit.c158 (unsigned long)_text, (unsigned long)_etext, in mem_init()
159 (unsigned long)(_etext - _text) >> 10, in mem_init()
/linux/arch/x86/include/asm/
A Dorc_lookup.h30 #define LOOKUP_STOP_IP (unsigned long)_etext
/linux/arch/powerpc/mm/nohash/
A D8xx.c150 unsigned long etext8 = ALIGN(__pa(_etext), SZ_8M); in mmu_mapin_ram()
181 unsigned long etext8 = ALIGN(__pa(_etext), SZ_8M); in mmu_mark_initmem_nx()
/linux/arch/parisc/mm/
A Dinit.c597 _etext, _edata, in mem_init()
598 ((unsigned long)_edata - (unsigned long)_etext) >> 10, in mem_init()
600 _text, _etext, in mem_init()
601 ((unsigned long)_etext - (unsigned long)_text) >> 10); in mem_init()
/linux/arch/s390/purgatory/
A Dpurgatory.lds.S22 _etext = . ; symbol
/linux/arch/nios2/boot/compressed/
A Dvmlinux.lds.S21 _etext = .; symbol
/linux/arch/powerpc/boot/
A DzImage.coff.lds.S12 _etext = .; symbol
A DzImage.ps3.lds.S27 _etext = .; symbol
/linux/arch/riscv/kernel/
A Dsetup.c104 code_res.end = __pa_symbol(_etext) - 1; in add_kernel_resources()
266 setup_initial_init_mm(_stext, _etext, _edata, _end); in setup_arch()
/linux/arch/alpha/boot/
A Dbootloader.lds9 _etext = .; symbol
/linux/arch/hexagon/kernel/
A Dvmlinux.lds.S49 _etext = .; symbol
/linux/arch/nios2/kernel/
A Dvmlinux.lds.S33 _etext = .; symbol
/linux/arch/h8300/kernel/
A Dvmlinux.lds.S41 _etext = . ; symbol
/linux/arch/openrisc/kernel/
A Dvmlinux.lds.S62 _etext = .; symbol
/linux/arch/alpha/kernel/
A Dvmlinux.lds.S36 _etext = .; /* End of text section */ symbol
/linux/arch/nds32/kernel/
A Dvmlinux.lds.S54 _etext = .; /* End of text and rodata section */ symbol
/linux/arch/arm64/include/asm/
A Dmodule.h36 #define module_alloc_base ((u64)_etext - MODULES_VSIZE)
/linux/arch/s390/boot/compressed/
A Dvmlinux.lds.S25 _etext = . ; symbol

Completed in 28 milliseconds

12345