Home
last modified time | relevance | path

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

1234

/arch/h8300/include/asm/
Dtraps.h36 extern char _start[], _etext[];
39 (addr < (unsigned long)(_etext)) && !(addr & 1))
/arch/arm64/kernel/
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()
/arch/nds32/mm/
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()
/arch/x86/include/asm/
Dorc_lookup.h30 #define LOOKUP_STOP_IP (unsigned long)_etext
/arch/m68k/kernel/
Dsetup_no.c89 setup_initial_init_mm(_stext, _etext, _edata, NULL); in setup_arch()
142 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
/arch/sh/kernel/
Dsetup.c298 setup_initial_init_mm(_text, _etext, _edata, _end); in setup_arch()
301 code_resource.end = virt_to_phys(_etext)-1; in setup_arch()
302 data_resource.start = virt_to_phys(_etext); in setup_arch()
/arch/sh/mm/
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()
/arch/xtensa/mm/
Dinit.c158 (unsigned long)_text, (unsigned long)_etext, in mem_init()
159 (unsigned long)(_etext - _text) >> 10, in mem_init()
/arch/s390/purgatory/
Dpurgatory.lds.S22 _etext = . ; symbol
/arch/nios2/boot/compressed/
Dvmlinux.lds.S21 _etext = .; symbol
/arch/powerpc/boot/
DzImage.coff.lds.S12 _etext = .; symbol
DzImage.ps3.lds.S27 _etext = .; symbol
DzImage.lds.S18 _etext = .; symbol
/arch/alpha/boot/
Dbootloader.lds9 _etext = .; symbol
/arch/hexagon/kernel/
Dvmlinux.lds.S49 _etext = .; symbol
/arch/nios2/kernel/
Dvmlinux.lds.S33 _etext = .; symbol
/arch/h8300/kernel/
Dvmlinux.lds.S41 _etext = . ; symbol
/arch/openrisc/kernel/
Dvmlinux.lds.S62 _etext = .; symbol
/arch/alpha/kernel/
Dvmlinux.lds.S36 _etext = .; /* End of text section */ symbol
/arch/nds32/kernel/
Dvmlinux.lds.S54 _etext = .; /* End of text and rodata section */ symbol
/arch/arm64/include/asm/
Dmodule.h36 #define module_alloc_base ((u64)_etext - MODULES_VSIZE)
/arch/arm/boot/bootp/
Dbootp.lds20 _etext = .; symbol
/arch/parisc/boot/compressed/
Dvmlinux.lds.S60 _etext = . ; symbol
/arch/s390/boot/compressed/
Dvmlinux.lds.S25 _etext = . ; symbol
/arch/um/include/asm/
Dcommon.lds.S5 _etext = .; symbol

1234