/Linux-v5.10/arch/h8300/include/asm/ |
D | traps.h | 36 extern char _start[], _etext[]; 39 (addr < (unsigned long)(_etext)) && !(addr & 1))
|
/Linux-v5.10/arch/arm64/kernel/ |
D | kaslr.c | 94 module_alloc_base = (u64)_etext - MODULES_VSIZE; in kaslr_early_init() 185 module_range = MODULES_VSIZE - (u64)(_etext - _stext); in kaslr_early_init() 186 module_alloc_base = (u64)_etext + offset - MODULES_VSIZE; in kaslr_early_init()
|
/Linux-v5.10/arch/nds32/mm/ |
D | init.c | 220 (unsigned long)&__init_begin) >> 10, (unsigned long)&_etext, in mem_init() 222 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10, in mem_init() 223 (unsigned long)&_text, (unsigned long)&_etext, in mem_init() 224 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init()
|
/Linux-v5.10/arch/sh/kernel/ |
D | setup.c | 298 init_mm.end_code = (unsigned long) _etext; in setup_arch() 303 code_resource.end = virt_to_phys(_etext)-1; in setup_arch() 304 data_resource.start = virt_to_phys(_etext); in setup_arch()
|
/Linux-v5.10/arch/sh/mm/ |
D | init.c | 398 (unsigned long)&_etext, (unsigned long)&_edata, in mem_init() 399 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10, in mem_init() 401 (unsigned long)&_text, (unsigned long)&_etext, in mem_init() 402 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init()
|
/Linux-v5.10/arch/m68k/kernel/ |
D | setup_no.c | 91 init_mm.end_code = (unsigned long) &_etext; in setup_arch() 137 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
|
/Linux-v5.10/arch/xtensa/mm/ |
D | init.c | 159 (unsigned long)_text, (unsigned long)_etext, in mem_init() 160 (unsigned long)(_etext - _text) >> 10, in mem_init()
|
/Linux-v5.10/arch/x86/include/asm/ |
D | orc_lookup.h | 30 #define LOOKUP_STOP_IP (unsigned long)_etext
|
/Linux-v5.10/arch/s390/purgatory/ |
D | purgatory.lds.S | 22 _etext = . ; symbol
|
/Linux-v5.10/arch/powerpc/boot/ |
D | zImage.coff.lds.S | 12 _etext = .; symbol
|
D | zImage.ps3.lds.S | 27 _etext = .; symbol
|
D | zImage.lds.S | 18 _etext = .; symbol
|
/Linux-v5.10/arch/nios2/boot/compressed/ |
D | vmlinux.lds.S | 21 _etext = .; symbol
|
/Linux-v5.10/arch/alpha/boot/ |
D | bootloader.lds | 9 _etext = .; symbol
|
/Linux-v5.10/arch/hexagon/kernel/ |
D | vmlinux.lds.S | 47 _etext = .; symbol
|
/Linux-v5.10/arch/nios2/kernel/ |
D | vmlinux.lds.S | 33 _etext = .; symbol
|
/Linux-v5.10/arch/h8300/kernel/ |
D | vmlinux.lds.S | 41 _etext = . ; symbol
|
/Linux-v5.10/arch/alpha/kernel/ |
D | vmlinux.lds.S | 36 _etext = .; /* End of text section */ symbol
|
/Linux-v5.10/arch/openrisc/kernel/ |
D | vmlinux.lds.S | 62 _etext = .; symbol
|
/Linux-v5.10/arch/powerpc/mm/nohash/ |
D | 8xx.c | 150 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-v5.10/arch/nds32/kernel/ |
D | vmlinux.lds.S | 54 _etext = .; /* End of text and rodata section */ symbol
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | module.h | 36 #define module_alloc_base ((u64)_etext - MODULES_VSIZE)
|
/Linux-v5.10/arch/arm/boot/bootp/ |
D | bootp.lds | 20 _etext = .; symbol
|
/Linux-v5.10/arch/parisc/boot/compressed/ |
D | vmlinux.lds.S | 60 _etext = . ; symbol
|
/Linux-v5.10/arch/s390/boot/compressed/ |
D | vmlinux.lds.S | 22 _etext = . ; symbol
|