Home
last modified time | relevance | path

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

1234

/arch/sh/mm/
A Dinit.c369 (unsigned long)&_etext, (unsigned long)&_edata, in mem_init()
370 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10, in mem_init()
372 (unsigned long)&_text, (unsigned long)&_etext, in mem_init()
373 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init()
/arch/loongarch/include/asm/
A Dorc_lookup.h27 #define LOOKUP_STOP_IP (unsigned long)_etext
/arch/x86/include/asm/
A Dorc_lookup.h30 #define LOOKUP_STOP_IP (unsigned long)_etext
/arch/sh/kernel/
A Dsetup.c293 setup_initial_init_mm(_text, _etext, _edata, _end); in setup_arch()
296 code_resource.end = virt_to_phys(_etext)-1; in setup_arch()
297 data_resource.start = virt_to_phys(_etext); in setup_arch()
A Dvmlinux.lds.S39 _etext = .; /* End of text section */ symbol
/arch/m68k/kernel/
A Dsetup_no.c87 setup_initial_init_mm(_stext, _etext, _edata, NULL); in setup_arch()
139 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
/arch/xtensa/mm/
A Dinit.c107 (unsigned long)_text, (unsigned long)_etext, in print_vm_layout()
108 (unsigned long)(_etext - _text) >> 10, in print_vm_layout()
/arch/arm64/kernel/pi/
A Dmap_kernel.c81 map_segment(init_pg_dir, &pgdp, va_offset, _stext, _etext, prot, in map_kernel()
112 unmap_segment(init_pg_dir, va_offset, _stext, _etext, in map_kernel()
123 map_segment(init_pg_dir, NULL, va_offset, _stext, _etext, in map_kernel()
/arch/s390/purgatory/
A Dpurgatory.lds.S22 _etext = . ; symbol
/arch/nios2/boot/compressed/
A Dvmlinux.lds.S21 _etext = .; symbol
/arch/powerpc/boot/
A DzImage.coff.lds.S12 _etext = .; symbol
A DzImage.ps3.lds.S27 _etext = .; symbol
A DzImage.lds.S18 _etext = .; symbol
/arch/alpha/boot/
A Dbootloader.lds9 _etext = .; symbol
/arch/arm/boot/bootp/
A Dbootp.lds17 _etext = .; symbol
/arch/nios2/kernel/
A Dvmlinux.lds.S32 _etext = .; symbol
/arch/hexagon/kernel/
A Dvmlinux.lds.S48 _etext = .; symbol
/arch/openrisc/kernel/
A Dvmlinux.lds.S62 _etext = .; symbol
/arch/alpha/kernel/
A Dvmlinux.lds.S35 _etext = .; /* End of text section */ symbol
/arch/parisc/boot/compressed/
A Dvmlinux.lds.S60 _etext = . ; symbol
/arch/loongarch/vdso/
A Dvdso.lds.S32 PROVIDE (_etext = .); symbol
/arch/um/include/asm/
A Dcommon.lds.S5 _etext = .; symbol
/arch/powerpc/mm/nohash/
A D8xx.c145 unsigned long etext8 = ALIGN(__pa(_etext), SZ_8M); in mmu_mapin_ram()
173 unsigned long etext8 = ALIGN(__pa(_etext), SZ_8M); in mmu_mark_initmem_nx()
/arch/arm64/kernel/vdso/
A Dvdso.lds.S49 PROVIDE (_etext = .); symbol
/arch/parisc/mm/
A Dinit.c599 _etext, _edata, in mem_init()
600 ((unsigned long)_edata - (unsigned long)_etext) >> 10, in mem_init()
602 _text, _etext, in mem_init()
603 ((unsigned long)_etext - (unsigned long)_text) >> 10); in mem_init()
770 e = (uintptr_t) dereference_function_descriptor(&_etext); in btlb_init_per_cpu()

Completed in 36 milliseconds

1234