/linux-4.1.27/arch/x86/mm/ |
D | init_32.c | 791 (unsigned long)&_etext, (unsigned long)&_edata, in mem_init() 792 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10, in mem_init() 794 (unsigned long)&_text, (unsigned long)&_etext, in mem_init() 795 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init() 883 unsigned long size = PFN_ALIGN(_etext) - start; in set_kernel_text_rw() 897 unsigned long size = PFN_ALIGN(_etext) - start; in set_kernel_text_ro() 914 unsigned long start = PFN_ALIGN(_etext); in mark_nxdata_nx() 928 unsigned long size = PFN_ALIGN(_etext) - start; in mark_rodata_ro()
|
D | fault.c | 537 if ((address >= (u64)_stext && address <= (u64)_etext) || in is_errata93()
|
D | pageattr.c | 271 if (within(address, (unsigned long)_text, (unsigned long)_etext)) in static_protections()
|
/linux-4.1.27/arch/unicore32/boot/compressed/ |
D | vmlinux.lds.in | 42 _etext = .; symbol 45 _image_size = (_etext - _text) * 4;
|
/linux-4.1.27/arch/sh/kernel/ |
D | setup.c | 267 init_mm.end_code = (unsigned long) _etext; in setup_arch() 272 code_resource.end = virt_to_phys(_etext)-1; in setup_arch() 273 data_resource.start = virt_to_phys(_etext); in setup_arch()
|
D | vmlinux.lds.S | 44 _etext = .; /* End of text section */ symbol
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | setup.c | 116 init_mm.end_code = (unsigned long) &_etext; in setup_arch() 121 code_resource.end = virt_to_bus(&_etext)-1; in setup_arch() 122 data_resource.start = virt_to_bus(&_etext); in setup_arch()
|
D | vmlinux.lds.S | 39 _etext = .; /* End of text section */ symbol
|
/linux-4.1.27/arch/cris/kernel/ |
D | setup.c | 34 extern char _etext, _edata, _end; 96 init_mm.end_code = (unsigned long) &_etext; in setup_arch()
|
D | traps.c | 44 extern char _stext, _etext; in show_trace() 72 (addr <= (unsigned long)&_etext)) || in show_trace()
|
D | vmlinux.lds.S | 50 _etext = . ; /* End of text section. */ symbol
|
/linux-4.1.27/arch/score/kernel/ |
D | setup.c | 96 code_resource.end = __pa(&_etext) - 1; in resource_init() 97 data_resource.start = __pa(&_etext); in resource_init()
|
D | vmlinux.lds.S | 48 _etext = .; /* End of text section */ symbol
|
/linux-4.1.27/arch/sh/mm/ |
D | init.c | 466 (unsigned long)&_etext, (unsigned long)&_edata, in mem_init() 467 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10, in mem_init() 469 (unsigned long)&_text, (unsigned long)&_etext, in mem_init() 470 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init()
|
/linux-4.1.27/arch/m32r/kernel/ |
D | setup.c | 258 init_mm.end_code = (unsigned long) _etext; in setup_arch() 263 code_resource.end = virt_to_phys(_etext)-1; in setup_arch() 264 data_resource.start = virt_to_phys(_etext); in setup_arch()
|
D | vmlinux.lds.S | 42 _etext = .; /* End of text section */ symbol
|
/linux-4.1.27/arch/cris/boot/compressed/ |
D | decompress_v32.lds | 18 _etext = . ; symbol
|
D | decompress_v10.lds | 18 _etext = . ; symbol
|
/linux-4.1.27/arch/m32r/boot/compressed/ |
D | vmlinux.lds.S | 11 _etext = .; symbol
|
/linux-4.1.27/include/asm-generic/ |
D | sections.h | 28 extern char _text[], _stext[], _etext[];
|
/linux-4.1.27/arch/s390/boot/compressed/ |
D | vmlinux.lds.S | 26 _etext = . ; symbol
|
/linux-4.1.27/arch/m68k/kernel/ |
D | setup_no.c | 159 init_mm.end_code = (unsigned long) &_etext; in setup_arch() 224 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
|
D | vmlinux-sun3.lds | 25 _etext = .; /* End of text section */
|
D | vmlinux-std.lds | 24 _etext = .; /* End of text section */ symbol
|
D | vmlinux-nommu.lds | 52 _etext = .; symbol
|
D | setup_mm.c | 269 init_mm.end_code = (unsigned long)_etext; in setup_arch()
|
/linux-4.1.27/arch/powerpc/boot/ |
D | zImage.coff.lds.S | 11 _etext = .; symbol
|
D | zImage.ps3.lds.S | 26 _etext = .; symbol
|
D | zImage.lds.S | 17 _etext = .; symbol
|
D | crt0.S | 30 p_etext: .llong _etext 42 p_etext: .long _etext
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | vmlinux.lds.S | 45 _etext = .; symbol
|
D | setup.c | 202 kernel_code.end = virt_to_phys(_etext - 1); in request_standard_resources() 245 init_mm.end_code = (unsigned long) _etext; in setup_arch()
|
/linux-4.1.27/arch/nios2/boot/compressed/ |
D | vmlinux.lds.S | 34 _etext = .; symbol
|
/linux-4.1.27/arch/alpha/boot/ |
D | bootloader.lds | 8 _etext = .; symbol
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | vmlinux.lds.S | 57 _etext = .; symbol
|
/linux-4.1.27/arch/nios2/kernel/ |
D | vmlinux.lds.S | 44 _etext = .; symbol
|
D | setup.c | 150 init_mm.end_code = (unsigned long) _etext; in setup_arch()
|
D | traps.c | 102 (addr <= (unsigned long) _etext))) { in show_stack()
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 36 _etext = . ; symbol
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | vmlinux.lds.S | 55 _etext = .; symbol
|
D | setup.c | 293 init_mm.end_code = (unsigned long)_etext; in setup_arch()
|
D | traps.c | 40 extern char _etext, _stext;
|
/linux-4.1.27/arch/alpha/kernel/ |
D | vmlinux.lds.S | 30 _etext = .; /* End of text section */ symbol
|
D | traps.c | 127 extern char _stext[], _etext[]; in dik_show_trace() 132 if (tmp >= (unsigned long) &_etext) in dik_show_trace()
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | rescue_v32.lds | 23 _etext = . ; symbol
|
/linux-4.1.27/arch/s390/kernel/ |
D | vmlinux.lds.S | 35 _etext = .; /* End of text section */ symbol
|
D | setup.c | 404 code_resource.end = (unsigned long) &_etext - 1; in setup_resources() 405 data_resource.start = (unsigned long) &_etext; in setup_resources() 836 init_mm.end_code = (unsigned long) &_etext; in setup_arch()
|
/linux-4.1.27/arch/avr32/kernel/ |
D | vmlinux.lds.S | 58 _etext = .; symbol
|
D | setup.c | 559 init_mm.end_code = (unsigned long)_etext; in setup_arch()
|
/linux-4.1.27/arch/arm/boot/bootp/ |
D | bootp.lds | 20 _etext = .; symbol
|
/linux-4.1.27/kernel/ |
D | extable.c | 73 addr < (unsigned long)_etext) in core_kernel_text()
|
D | kallsyms.c | 65 if ((addr >= (unsigned long)_stext && addr <= (unsigned long)_etext) || in is_kernel_text() 261 symbol_end = (unsigned long)_etext; in get_symbol_pos()
|
D | profile.c | 106 prof_len = (_etext - _stext) >> prof_shift; in profile_init()
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | vmlinux.lds.S | 56 _etext = .; symbol
|
/linux-4.1.27/arch/tile/kernel/ |
D | vmlinux.lds.S | 57 _etext = .; symbol
|
D | setup.c | 1480 init_mm.end_code = (unsigned long) _etext; in setup_arch() 1719 code_resource.end = __pa(_etext - CODE_DELTA)-1; in request_standard_resources()
|
/linux-4.1.27/arch/arm64/kernel/vdso/ |
D | vdso.lds.S | 48 PROVIDE (_etext = .); symbol
|
/linux-4.1.27/arch/frv/mm/ |
D | init.c | 117 unsigned long code_size = _etext - _stext; in mem_init()
|
/linux-4.1.27/arch/um/include/asm/ |
D | common.lds.S | 4 _etext = .; symbol
|
/linux-4.1.27/arch/c6x/kernel/ |
D | vmlinux.lds.S | 100 _etext = .; symbol
|
D | setup.c | 354 init_mm.end_code = (unsigned long) &_etext; in setup_arch()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | vmlinux.lds.S | 85 _etext = .; symbol
|
/linux-4.1.27/arch/sparc/kernel/ |
D | vmlinux.lds.S | 53 _etext = .; symbol
|
/linux-4.1.27/arch/frv/kernel/ |
D | vmlinux.lds.S | 77 _etext = .; /* End of text section */ symbol
|
D | setup.c | 806 init_mm.end_code = (unsigned long) _etext; in setup_arch() 816 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
|
/linux-4.1.27/arch/arc/kernel/ |
D | vmlinux.lds.S | 106 _etext = .; symbol
|
/linux-4.1.27/arch/mips/kernel/ |
D | vmlinux.lds.S | 63 _etext = .; /* End of text section */ symbol
|
D | mcount.S | 85 PTR_LA t1, _etext
|
D | setup.c | 699 code_resource.end = __pa_symbol(&_etext) - 1; in resource_init() 700 data_resource.start = __pa_symbol(&_etext); in resource_init()
|
D | ftrace.c | 50 ip <= (unsigned long)_etext) in in_kernel_space()
|
/linux-4.1.27/arch/arc/mm/ |
D | init.c | 78 init_mm.end_code = (unsigned long)_etext; in setup_arch_memory()
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
D | arbiter.c | 161 extern char _stext, _etext; 193 crisv32_arbiter_watch(virt_to_phys(&_stext), &_etext - &_stext, in crisv32_arbiter_init()
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
D | ip27-klnuma.c | 77 source_end = (unsigned long) _etext; in copy_kernel()
|
/linux-4.1.27/arch/parisc/mm/ |
D | init.c | 635 _etext, _edata, in mem_init() 636 ((unsigned long)_edata - (unsigned long)_etext) >> 10, in mem_init() 638 _text, _etext, in mem_init() 639 ((unsigned long)_etext - (unsigned long)_text) >> 10); in mem_init()
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | vmlinux.lds.S | 40 _etext = . ; symbol
|
/linux-4.1.27/arch/arm64/kernel/ |
D | vmlinux.lds.S | 112 _etext = .; /* End of text and rodata section */
|
D | setup.c | 349 kernel_code.end = virt_to_phys(_etext - 1); in request_standard_resources() 380 init_mm.end_code = (unsigned long) _etext; in setup_arch()
|
/linux-4.1.27/arch/unicore32/mm/ |
D | init.c | 411 _stext, _etext, in mem_init() 412 DIV_ROUND_UP((_etext - _stext), SZ_1K), in mem_init()
|
/linux-4.1.27/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 11 _etext = .; symbol
|
/linux-4.1.27/arch/s390/kernel/vdso32/ |
D | vdso32.lds.S | 30 PROVIDE(_etext = .); symbol
|
/linux-4.1.27/arch/m68k/mm/ |
D | init.c | 143 MLK_ROUNDUP(_stext, _etext), in print_memmap()
|
/linux-4.1.27/arch/s390/kernel/vdso64/ |
D | vdso64.lds.S | 30 PROVIDE(_etext = .); symbol
|
/linux-4.1.27/arch/powerpc/kernel/vdso32/ |
D | vdso32.lds.S | 34 PROVIDE(_etext = .); symbol
|
/linux-4.1.27/arch/powerpc/kernel/vdso64/ |
D | vdso64.lds.S | 35 PROVIDE(_etext = .); symbol
|
/linux-4.1.27/arch/m68k/68000/ |
D | head.S | 179 moveal #_etext, %a0
|
/linux-4.1.27/arch/x86/kernel/ |
D | setup.c | 963 init_mm.end_code = (unsigned long) _etext; in setup_arch() 970 code_resource.end = __pa_symbol(_etext)-1; in setup_arch() 971 data_resource.start = __pa_symbol(_etext); in setup_arch()
|
D | vmlinux.lds.S | 108 _etext = .; symbol
|
D | alternative.c | 623 _text, _etext); in alternative_instructions()
|
D | ftrace.c | 91 if (within(ip, (unsigned long)_text, (unsigned long)_etext)) in text_ip_addr()
|
/linux-4.1.27/arch/microblaze/mm/ |
D | pgtable.c | 171 if ((char *) v < _stext || (char *) v >= _etext) in mapin_ram()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | setup_32.c | 300 init_mm.end_code = (unsigned long) _etext; in setup_arch()
|
D | vmlinux.lds.S | 69 _etext = .; symbol
|
D | setup_64.c | 683 init_mm.end_code = (unsigned long) _etext; in setup_arch()
|
D | kvm.c | 690 end = (void*)_etext; in kvm_use_magic_page()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | vmlinux.lds.S | 63 _etext = .; symbol
|
D | setup.c | 245 code_resource.end = ia64_tpa(_etext) - 1; in register_memory() 246 data_resource.start = ia64_tpa(_etext); in register_memory()
|
/linux-4.1.27/arch/cris/arch-v32/mach-a3/ |
D | arbiter.c | 230 extern char _stext, _etext; 268 crisv32_arbiter_watch(virt_to_phys(&_stext), &_etext - &_stext, in crisv32_arbiter_init()
|
/linux-4.1.27/arch/arm/kernel/ |
D | vmlinux.lds.S | 153 _etext = .; /* End of text and rodata section */
|
D | setup.c | 770 kernel_code.end = virt_to_phys(_etext - 1); in request_standard_resources() 929 init_mm.end_code = (unsigned long) _etext; in setup_arch()
|
D | module.c | 37 #define MODULES_VADDR (((unsigned long)_etext + ~PMD_MASK) & PMD_MASK)
|
/linux-4.1.27/arch/arm64/mm/ |
D | init.c | 325 MLK_ROUNDUP(_text, _etext), in mem_init()
|
D | mmu.c | 422 (unsigned long)_etext - (unsigned long)_stext, in mark_rodata_ro()
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | vmlinux.lds.S | 101 _etext = .; symbol
|
/linux-4.1.27/arch/m68k/68360/ |
D | head-rom.S | 218 moveal #_etext, %a0
|
/linux-4.1.27/arch/metag/kernel/ |
D | setup.c | 356 init_mm.end_code = (unsigned long)(&_etext); in setup_arch()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | setup.c | 667 init_mm.end_code = (unsigned long)_etext; in memory_setup() 690 _stext, _etext, in memory_setup()
|
/linux-4.1.27/arch/arm/mm/ |
D | init.c | 536 MLK_ROUNDUP(_text, _etext), in mem_init()
|
D | mmu.c | 1165 addr = ((unsigned long)_etext + PMD_SIZE - 1) & PMD_MASK; in prepare_page_table() 1244 map.length = ((unsigned long)_etext - map.virtual + ~SECTION_MASK) & SECTION_MASK; in devicemaps_init()
|
/linux-4.1.27/Documentation/trace/ |
D | coresight.txt | 212 comparator with "_stext" and "_etext", essentially tracing any instruction
|
/linux-4.1.27/arch/sparc/mm/ |
D | init_64.c | 2816 code_resource.end = compute_kern_paddr(_etext - 1); in kernel_lds_init() 2817 data_resource.start = compute_kern_paddr(_etext); in kernel_lds_init()
|
/linux-4.1.27/lib/ |
D | dma-debug.c | 1184 if (overlap(addr, len, _stext, _etext) || in check_for_illegal_area()
|
/linux-4.1.27/mm/ |
D | page_alloc.c | 5582 codesize = _etext - _stext; in mem_init_print_info() 5604 adj_init_size(_stext, _etext, codesize, _sinittext, init_code_size); in mem_init_print_info() 5606 adj_init_size(_stext, _etext, codesize, __start_rodata, rosize); in mem_init_print_info()
|
/linux-4.1.27/drivers/hwtracing/coresight/ |
D | coresight-etm3x.c | 1770 drvdata->addr_val[1] = (u32) _etext; in etm_init_default_data()
|