Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Dzboot-header.S43 .long _etext - .Lefi_header_end
52 .long _etext - .Ldoshdr, 0x0
88 .long _etext - .Lefi_header_end
90 .long _etext - .Lefi_header_end
101 .long _etext - .Ldoshdr
103 .long _etext - .Ldoshdr
A Dzboot.lds20 _etext = ALIGN(4096); symbol
21 . = _etext;
44 PROVIDE(__data_rawsize = ABSOLUTE(_edata - _etext));
45 PROVIDE(__data_size = ABSOLUTE(_end - _etext));
/linux-6.3-rc2/arch/arm64/kernel/
A Dkaslr.c37 module_alloc_base = (u64)_etext - MODULES_VSIZE; in kaslr_init()
84 module_range = MODULES_VSIZE - (u64)(_etext - _stext); in kaslr_init()
/linux-6.3-rc2/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()
A Dvmlinux.lds.S39 _etext = .; /* End of text section */ symbol
/linux-6.3-rc2/include/asm-generic/
A Dsections.h35 extern char _text[], _stext[], _etext[];
209 addr < (unsigned long)_etext; in __is_kernel_text()
/linux-6.3-rc2/arch/sh/mm/
A Dinit.c390 (unsigned long)&_etext, (unsigned long)&_edata, in mem_init()
391 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10, in mem_init()
393 (unsigned long)&_text, (unsigned long)&_etext, in mem_init()
394 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init()
/linux-6.3-rc2/arch/m68k/kernel/
A Dsetup_no.c88 setup_initial_init_mm(_stext, _etext, _edata, NULL); in setup_arch()
140 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
/linux-6.3-rc2/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-6.3-rc2/arch/x86/include/asm/
A Dorc_lookup.h30 #define LOOKUP_STOP_IP (unsigned long)_etext
/linux-6.3-rc2/arch/s390/purgatory/
A Dpurgatory.lds.S22 _etext = . ; symbol
/linux-6.3-rc2/arch/powerpc/boot/
A DzImage.coff.lds.S12 _etext = .; symbol
A DzImage.ps3.lds.S27 _etext = .; symbol
A DzImage.lds.S18 _etext = .; symbol
/linux-6.3-rc2/arch/nios2/boot/compressed/
A Dvmlinux.lds.S21 _etext = .; symbol
/linux-6.3-rc2/arch/powerpc/mm/nohash/
A D8xx.c140 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.3-rc2/arch/alpha/boot/
A Dbootloader.lds9 _etext = .; symbol
/linux-6.3-rc2/arch/arm/boot/bootp/
A Dbootp.lds17 _etext = .; symbol
/linux-6.3-rc2/arch/hexagon/kernel/
A Dvmlinux.lds.S48 _etext = .; symbol
/linux-6.3-rc2/arch/nios2/kernel/
A Dvmlinux.lds.S32 _etext = .; symbol
/linux-6.3-rc2/arch/openrisc/kernel/
A Dvmlinux.lds.S61 _etext = .; symbol
/linux-6.3-rc2/arch/alpha/kernel/
A Dvmlinux.lds.S35 _etext = .; /* End of text section */ symbol
/linux-6.3-rc2/arch/riscv/kernel/
A Dsetup.c106 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.3-rc2/arch/parisc/boot/compressed/
A Dvmlinux.lds.S60 _etext = . ; symbol
/linux-6.3-rc2/arch/s390/boot/
A Dvmlinux.lds.S34 _etext = . ; symbol

Completed in 16 milliseconds

1234