/linux-6.1.9/drivers/firmware/efi/libstub/ |
D | zboot-header.S | 42 .long _etext - .Lefi_header_end 51 .long _etext - .Ldoshdr, 0x0 87 .long _etext - .Lefi_header_end 89 .long _etext - .Lefi_header_end 100 .long _etext - .Ldoshdr 102 .long _etext - .Ldoshdr
|
D | zboot.lds | 20 _etext = ALIGN(4096); symbol 21 . = _etext; 44 PROVIDE(__data_rawsize = ABSOLUTE(_edata - _etext)); 45 PROVIDE(__data_size = ABSOLUTE(_end - _etext));
|
/linux-6.1.9/arch/arm64/kernel/ |
D | kaslr.c | 37 module_alloc_base = (u64)_etext - MODULES_VSIZE; in kaslr_init() 84 module_range = MODULES_VSIZE - (u64)(_etext - _stext); in kaslr_init()
|
/linux-6.1.9/arch/sh/kernel/ |
D | setup.c | 297 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-6.1.9/include/asm-generic/ |
D | sections.h | 35 extern char _text[], _stext[], _etext[]; 209 addr < (unsigned long)_etext; in __is_kernel_text()
|
/linux-6.1.9/arch/sh/mm/ |
D | init.c | 389 (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-6.1.9/arch/m68k/kernel/ |
D | setup_no.c | 88 setup_initial_init_mm(_stext, _etext, _edata, NULL); in setup_arch() 141 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
|
/linux-6.1.9/arch/x86/include/asm/ |
D | orc_lookup.h | 30 #define LOOKUP_STOP_IP (unsigned long)_etext
|
/linux-6.1.9/arch/xtensa/mm/ |
D | init.c | 158 (unsigned long)_text, (unsigned long)_etext, in mem_init() 159 (unsigned long)(_etext - _text) >> 10, in mem_init()
|
/linux-6.1.9/arch/s390/purgatory/ |
D | purgatory.lds.S | 22 _etext = . ; symbol
|
/linux-6.1.9/arch/nios2/boot/compressed/ |
D | vmlinux.lds.S | 21 _etext = .; symbol
|
/linux-6.1.9/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-6.1.9/arch/powerpc/mm/nohash/ |
D | 8xx.c | 140 unsigned long etext8 = ALIGN(__pa(_etext), SZ_8M); in mmu_mapin_ram() 168 unsigned long etext8 = ALIGN(__pa(_etext), SZ_8M); in mmu_mark_initmem_nx()
|
/linux-6.1.9/arch/alpha/boot/ |
D | bootloader.lds | 9 _etext = .; symbol
|
/linux-6.1.9/arch/arm/boot/bootp/ |
D | bootp.lds | 17 _etext = .; symbol
|
/linux-6.1.9/arch/hexagon/kernel/ |
D | vmlinux.lds.S | 49 _etext = .; symbol
|
/linux-6.1.9/arch/nios2/kernel/ |
D | vmlinux.lds.S | 33 _etext = .; symbol
|
/linux-6.1.9/arch/alpha/kernel/ |
D | vmlinux.lds.S | 36 _etext = .; /* End of text section */ symbol
|
/linux-6.1.9/arch/openrisc/kernel/ |
D | vmlinux.lds.S | 62 _etext = .; symbol
|
/linux-6.1.9/arch/riscv/kernel/ |
D | setup.c | 106 code_res.end = __pa_symbol(_etext) - 1; in add_kernel_resources() 268 setup_initial_init_mm(_stext, _etext, _edata, _end); in setup_arch()
|
/linux-6.1.9/arch/parisc/boot/compressed/ |
D | vmlinux.lds.S | 60 _etext = . ; symbol
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | module.h | 36 #define module_alloc_base ((u64)_etext - MODULES_VSIZE)
|
/linux-6.1.9/arch/s390/boot/ |
D | vmlinux.lds.S | 34 _etext = . ; symbol
|