/Linux-v5.4/arch/arm64/kernel/ |
D | kaslr.c | 84 module_alloc_base = (u64)_etext - MODULES_VSIZE; in kaslr_early_init() 160 module_range = MODULES_VSIZE - (u64)(_etext - _stext); in kaslr_early_init() 161 module_alloc_base = (u64)_etext + offset - MODULES_VSIZE; in kaslr_early_init()
|
/Linux-v5.4/arch/h8300/include/asm/ |
D | traps.h | 36 extern char _start[], _etext[]; 39 (addr < (unsigned long)(_etext)) && !(addr & 1))
|
/Linux-v5.4/arch/unicore32/boot/compressed/ |
D | vmlinux.lds.S | 39 _etext = .; symbol 42 _image_size = (_etext - _text) * 4;
|
/Linux-v5.4/arch/nds32/mm/ |
D | init.c | 227 (unsigned long)&__init_begin) >> 10, (unsigned long)&_etext, in mem_init() 229 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10, in mem_init() 230 (unsigned long)&_text, (unsigned long)&_etext, in mem_init() 231 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init()
|
/Linux-v5.4/arch/x86/mm/ |
D | init_32.c | 823 (unsigned long)&_etext, (unsigned long)&_edata, in mem_init() 824 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10, in mem_init() 826 (unsigned long)&_text, (unsigned long)&_etext, in mem_init() 827 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init() 880 unsigned long size = PFN_ALIGN(_etext) - start; in set_kernel_text_rw() 894 unsigned long size = PFN_ALIGN(_etext) - start; in set_kernel_text_ro() 911 unsigned long start = PFN_ALIGN(_etext); in mark_nxdata_nx()
|
/Linux-v5.4/arch/sh/kernel/ |
D | setup.c | 299 init_mm.end_code = (unsigned long) _etext; in setup_arch() 304 code_resource.end = virt_to_phys(_etext)-1; in setup_arch() 305 data_resource.start = virt_to_phys(_etext); in setup_arch()
|
/Linux-v5.4/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.4/arch/m68k/kernel/ |
D | setup_no.c | 92 init_mm.end_code = (unsigned long) &_etext; in setup_arch() 138 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | orc_lookup.h | 30 #define LOOKUP_STOP_IP (unsigned long)_etext
|
/Linux-v5.4/arch/xtensa/mm/ |
D | init.c | 194 (unsigned long)_text, (unsigned long)_etext, in mem_init() 195 (unsigned long)(_etext - _text) >> 10, in mem_init()
|
/Linux-v5.4/arch/powerpc/mm/nohash/ |
D | 8xx.c | 146 -((long)_etext & ~(LARGE_PAGE_SIZE_8M - 1))); in mmu_mark_initmem_nx() 148 mmu_patch_cmp_limit(&patch__itlbmiss_linmem_top, __pa(_etext)); in mmu_mark_initmem_nx()
|
/Linux-v5.4/arch/s390/purgatory/ |
D | purgatory.lds.S | 22 _etext = . ; symbol
|
/Linux-v5.4/arch/powerpc/boot/ |
D | zImage.coff.lds.S | 12 _etext = .; symbol
|
D | zImage.ps3.lds.S | 27 _etext = .; symbol
|
/Linux-v5.4/arch/nios2/boot/compressed/ |
D | vmlinux.lds.S | 21 _etext = .; symbol
|
/Linux-v5.4/arch/unicore32/kernel/ |
D | vmlinux.lds.S | 43 _etext = .; symbol
|
/Linux-v5.4/arch/alpha/boot/ |
D | bootloader.lds | 9 _etext = .; symbol
|
/Linux-v5.4/arch/riscv/kernel/ |
D | setup.c | 59 init_mm.end_code = (unsigned long) _etext; in setup_arch()
|
D | vmlinux.lds.S | 50 _etext = .; symbol
|
/Linux-v5.4/arch/nios2/kernel/ |
D | vmlinux.lds.S | 33 _etext = .; symbol
|
/Linux-v5.4/arch/hexagon/kernel/ |
D | vmlinux.lds.S | 47 _etext = .; symbol
|
/Linux-v5.4/arch/h8300/kernel/ |
D | vmlinux.lds.S | 38 _etext = . ; symbol
|
/Linux-v5.4/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 37 _etext = . ; symbol
|
/Linux-v5.4/arch/alpha/kernel/ |
D | vmlinux.lds.S | 32 _etext = .; /* End of text section */ symbol
|
/Linux-v5.4/arch/csky/kernel/ |
D | vmlinux.lds.S | 45 _etext = .; symbol
|