/linux-4.4.14/arch/arm64/kernel/ |
D | efi-entry.S | 48 adrp x8, _text 49 add x8, x8, #:lo12:_text 70 adrp x1, _text 71 add x1, x1, #:lo12:_text
|
D | vmlinux.lds.S | 22 ENTRY(_text) 95 _text = .; symbol 193 ASSERT(_text == (PAGE_OFFSET + TEXT_OFFSET), "HEAD is misaligned")
|
D | image.h | 61 _kernel_size_le = DATA_LE64(_end - _text); \ 92 __efistub__text = _text;
|
D | setup.c | 203 kernel_code.start = virt_to_phys(_text); in request_standard_resources() 296 init_mm.start_code = (unsigned long) _text; in setup_arch()
|
D | head.S | 51 #define KERNEL_START _text
|
/linux-4.4.14/arch/mips/dec/prom/ |
D | memory.c | 112 end = __pa(&_text) - 0x00020000; in prom_free_prom_memory() 115 end = __pa(&_text); in prom_free_prom_memory()
|
/linux-4.4.14/arch/mips/pmcs-msp71xx/ |
D | msp_prom.c | 448 heaptop = CPHYSADDR((u32)&_text); in prom_getmdesc() 459 heaptop = CPHYSADDR((u32)&_text); in prom_getmdesc() 483 if (heaptop != CPHYSADDR((u32)_text)) { in prom_getmdesc() 487 mdesc[i].size = CPHYSADDR((u32)_text) - mdesc[i].base; in prom_getmdesc() 493 mdesc[i].base = CPHYSADDR((u32)_text); in prom_getmdesc()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | setup.h | 69 extern char _text[]; 78 return (unsigned long)&_text - __START_KERNEL; in kaslr_offset()
|
/linux-4.4.14/arch/sh/boot/compressed/ |
D | misc.c | 41 extern int _text; /* Defined in vmlinux.lds.S */ 123 output_addr = __pa((unsigned long)&_text+PAGE_SIZE); in decompress_kernel()
|
D | head_32.S | 103 .long ___pa(_text+PAGE_SIZE) 105 .long _text+PAGE_SIZE
|
/linux-4.4.14/arch/unicore32/boot/compressed/ |
D | vmlinux.lds.in | 27 _text = .; symbol 45 _image_size = (_etext - _text) * 4;
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | setup.c | 115 init_mm.start_code = (unsigned long)&_text; in setup_arch() 120 code_resource.start = virt_to_bus(&_text); in setup_arch() 126 kstart_pfn = PFN_UP(__pa(&_text)); in setup_arch()
|
D | vmlinux.lds.S | 28 _text = .; /* Text and read-only data */ symbol
|
/linux-4.4.14/arch/arm64/mm/ |
D | init.c | 168 memblock_reserve(__pa(_text), _end - _text); in arm64_memblock_init() 332 MLK_ROUNDUP(_text, _etext), in mem_init()
|
/linux-4.4.14/scripts/ |
D | kallsyms.c | 44 static unsigned long long _text; variable 138 _text = s->addr; in read_symbol() 359 if (_text <= table[i].addr) in write_src() 361 table[i].addr - _text); in write_src() 364 _text - table[i].addr); in write_src()
|
/linux-4.4.14/arch/x86/mm/ |
D | init_32.c | 241 if (addr >= (unsigned long)_text && addr <= (unsigned long)__init_end) in is_kernel_text() 794 (unsigned long)&_text, (unsigned long)&_etext, in mem_init() 795 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init() 882 unsigned long start = PFN_ALIGN(_text); in set_kernel_text_rw() 896 unsigned long start = PFN_ALIGN(_text); in set_kernel_text_ro() 927 unsigned long start = PFN_ALIGN(_text); in mark_rodata_ro()
|
D | init_64.c | 396 if (vaddr < (unsigned long) _text || vaddr > end) in cleanup_highmap() 1073 unsigned long start = PFN_ALIGN(_text); in set_kernel_text_rw() 1092 unsigned long start = PFN_ALIGN(_text); in set_kernel_text_ro() 1109 unsigned long start = PFN_ALIGN(_text); in mark_rodata_ro()
|
D | pageattr.c | 96 return __pa_symbol(_text) >> PAGE_SHIFT; in highmap_start_pfn() 270 if (within(address, (unsigned long)_text, (unsigned long)_etext)) in static_protections() 292 within(address, (unsigned long)_text, in static_protections() 1302 if (!within(vaddr, (unsigned long)_text, _brk_end) && in cpa_process_alias()
|
/linux-4.4.14/arch/microblaze/mm/ |
D | init.c | 130 if ((memory_start <= (u32)_text) && in setup_memory() 131 ((u32)_text <= (memory_start + lowmem_size - 1))) { in setup_memory() 147 kernel_align_start = PAGE_DOWN((u32)_text); in setup_memory()
|
/linux-4.4.14/arch/x86/kernel/ |
D | head_64.S | 75 leaq _text(%rip), %rbp 76 subq $_text - __START_KERNEL_map, %rbp 87 leaq _text(%rip), %rax 107 leaq _text(%rip), %rdi
|
D | vmlinux.lds.S | 94 _text = .; symbol 357 . = ASSERT((_end - _text <= KERNEL_IMAGE_SIZE),
|
D | setup.c | 769 u64 start = __pa_symbol(_text); in e820_add_kernel_range() 850 memblock_reserve(__pa_symbol(_text), in setup_arch() 851 (unsigned long)__bss_stop - (unsigned long)_text); in setup_arch() 944 init_mm.start_code = (unsigned long) _text; in setup_arch() 951 code_resource.start = __pa_symbol(_text); in setup_arch()
|
D | crash.c | 476 phdr->p_vaddr = (Elf64_Addr)_text; in prepare_elf64_headers() 477 phdr->p_filesz = phdr->p_memsz = _end - _text; in prepare_elf64_headers() 478 phdr->p_offset = phdr->p_paddr = __pa_symbol(_text); in prepare_elf64_headers()
|
D | ftrace.c | 91 if (within(ip, (unsigned long)_text, (unsigned long)_etext)) in text_ip_addr()
|
D | alternative.c | 636 _text, _etext); in alternative_instructions()
|
/linux-4.4.14/arch/m32r/boot/compressed/ |
D | vmlinux.lds.S | 8 _text = .; symbol
|
/linux-4.4.14/include/asm-generic/ |
D | sections.h | 28 extern char _text[], _stext[], _etext[];
|
/linux-4.4.14/arch/s390/boot/compressed/ |
D | vmlinux.lds.S | 23 _text = .; /* Text */ symbol
|
D | misc.c | 29 extern char _text, _end;
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | vmlinux.lds.S | 28 _text = .; symbol
|
/linux-4.4.14/arch/nios2/boot/compressed/ |
D | vmlinux.lds.S | 31 _text = .; symbol
|
/linux-4.4.14/arch/score/kernel/ |
D | vmlinux.lds.S | 40 _text = .; /* Text and read-only data */ symbol
|
D | setup.c | 95 code_resource.start = __pa(&_text); in resource_init()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | vmlinux.lds.S | 50 _text = .; symbol
|
/linux-4.4.14/arch/nios2/kernel/ |
D | vmlinux.lds.S | 34 _text = .; symbol
|
D | prom.c | 38 u64 kernel_start = (u64)virt_to_phys(_text); in early_init_dt_add_memory_arch()
|
/linux-4.4.14/arch/h8300/kernel/ |
D | vmlinux.lds.S | 26 _text = .; symbol
|
/linux-4.4.14/arch/metag/kernel/ |
D | vmlinux.lds.S | 17 _text = .; symbol
|
/linux-4.4.14/arch/sh/kernel/ |
D | setup.c | 266 init_mm.start_code = (unsigned long) _text; in setup_arch() 271 code_resource.start = virt_to_phys(_text); in setup_arch()
|
D | vmlinux.lds.S | 28 _text = .; /* Text and read-only data */ symbol
|
/linux-4.4.14/arch/alpha/kernel/ |
D | vmlinux.lds.S | 20 _text = .; /* Text and read-only data */ symbol
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 33 _text = .; /* Text */ symbol
|
/linux-4.4.14/arch/avr32/kernel/ |
D | vmlinux.lds.S | 26 _text = .; symbol
|
/linux-4.4.14/arch/s390/kernel/ |
D | vmlinux.lds.S | 24 _text = .; /* Text and read-only data */ symbol
|
D | setup.c | 405 code_resource.start = (unsigned long) &_text; in setup_resources()
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | arm64-stub.c | 40 kernel_size = _edata - _text; in handle_kernel_image()
|
/linux-4.4.14/arch/m32r/kernel/ |
D | vmlinux.lds.S | 28 _text = .; /* Text and read-only data */ symbol
|
D | setup.c | 257 init_mm.start_code = (unsigned long) _text; in setup_arch() 262 code_resource.start = virt_to_phys(_text); in setup_arch()
|
/linux-4.4.14/arch/tile/kernel/ |
D | vmlinux.lds.S | 29 _text = .; symbol
|
D | setup.c | 366 hv_store_mapping((HV_VirtAddr)_text, in store_permanent_mappings() 367 (uint32_t)(_einittext - _text), 0); in store_permanent_mappings() 1188 if (PAGE_OFFSET + HV_GLUE_START_CPA + glue_size > (unsigned long)_text) in validate_hv() 1479 init_mm.start_code = (unsigned long) _text; in setup_arch() 1718 code_resource.start = __pa(_text - CODE_DELTA); in request_standard_resources()
|
/linux-4.4.14/arch/cris/kernel/ |
D | vmlinux.lds.S | 38 _text = .; /* Text and read-only data. */ symbol
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | vmlinux.lds.S | 35 _text = .; symbol
|
/linux-4.4.14/arch/x86/platform/intel-quark/ |
D | imr.c | 588 phys_addr_t base = virt_to_phys(&_text); in imr_fixup_memmap() 605 &_text, &__end_rodata); in imr_fixup_memmap() 608 size / 1024, &_text, &__end_rodata); in imr_fixup_memmap()
|
D | imr_selftest.c | 58 phys_addr_t base = virt_to_phys(&_text); in imr_self_test()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | vmlinux-sun3.lds | 14 _text = .; /* Text and read-only data */ symbol
|
D | vmlinux-std.lds | 14 _text = .; /* Text and read-only data */ symbol
|
D | vmlinux-nommu.lds | 42 _text = .; symbol
|
/linux-4.4.14/arch/um/kernel/ |
D | uml.lds.S | 22 _text = .; symbol
|
D | dyn.lds.S | 16 _text = .; symbol
|
/linux-4.4.14/arch/parisc/kernel/ |
D | vmlinux.lds.S | 67 _text = .; /* Text and read-only data */ symbol
|
D | cache.c | 359 size = (unsigned long)(_end - _text); in parisc_setup_cache_timing() 361 flush_kernel_dcache_range((unsigned long)_text, size); in parisc_setup_cache_timing() 387 start = (unsigned long) _text; in parisc_setup_cache_timing()
|
/linux-4.4.14/arch/frv/kernel/ |
D | vmlinux.lds.S | 57 _text = .; symbol
|
/linux-4.4.14/arch/c6x/kernel/ |
D | vmlinux.lds.S | 69 _text = .; symbol
|
/linux-4.4.14/arch/arc/kernel/ |
D | vmlinux.lds.S | 97 _text = .; symbol
|
D | unwind.c | 225 init_unwind_table(&root_table, "kernel", _text, _end - _text, NULL, 0, in arc_unwind_init()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | vmlinux.lds.S | 48 _text = .; symbol
|
/linux-4.4.14/arch/parisc/mm/ |
D | init.c | 371 code_resource.start = virt_to_phys(_text); in setup_bootmem() 414 ro_start = __pa((unsigned long)_text); in map_pages() 648 _text, _etext, in mem_init() 649 ((unsigned long)_etext - (unsigned long)_text) >> 10); in mem_init()
|
/linux-4.4.14/arch/sh/boot/romimage/ |
D | head.S | 81 .long _text
|
/linux-4.4.14/arch/mips/kernel/ |
D | vmlinux.lds.S | 54 _text = .; /* Text and read-only data */ symbol
|
D | setup.c | 642 arch_mem_addpart(PFN_DOWN(__pa_symbol(&_text)) << PAGE_SHIFT, in arch_mem_init() 721 code_resource.start = __pa_symbol(&_text); in resource_init()
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | vmlinux.lds.S | 28 _text = . ; symbol
|
/linux-4.4.14/arch/unicore32/mm/ |
D | init.c | 253 memblock_reserve(__pa(_text), _end - _text); in uc32_memblock_init()
|
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 9 _text = .; symbol
|
/linux-4.4.14/arch/arc/mm/ |
D | init.c | 100 init_mm.start_code = (unsigned long)_text; in setup_arch_memory()
|
/linux-4.4.14/arch/sh/mm/ |
D | init.c | 469 (unsigned long)&_text, (unsigned long)&_etext, in mem_init() 470 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init()
|
/linux-4.4.14/sound/soc/codecs/ |
D | adau17x1.c | 225 #define DECLARE_ADAU17X1_DSP_MUX_CTRL(_name, _label, _stream, _text) \ argument 229 ARRAY_SIZE(_text), _text), \
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | quirks.c | 159 if ((start + size > __pa_symbol(_text) in efi_reserve_boot_services()
|
D | efi_64.c | 186 npages = (_end - _text) >> PAGE_SHIFT; in efi_setup_page_tables() 187 text = __pa(_text); in efi_setup_page_tables()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | vmlinux.lds.S | 30 _text = .; symbol
|
/linux-4.4.14/arch/ia64/kernel/ |
D | vmlinux.lds.S | 40 _text = .; symbol
|
D | setup.c | 242 code_resource.start = ia64_tpa(_text); in register_memory()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 51 _text = .; symbol
|
/linux-4.4.14/arch/arm/kernel/ |
D | vmlinux.lds.S | 93 _text = .; symbol
|
D | setup.c | 774 kernel_code.start = virt_to_phys(_text); in request_standard_resources() 950 init_mm.start_code = (unsigned long) _text; in setup_arch()
|
/linux-4.4.14/fs/proc/ |
D | kcore.c | 598 kclist_add(&kcore_text, _text, _end - _text, KCORE_TEXT); in proc_kcore_text_init()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | vmlinux.lds.S | 85 _text = .; symbol
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | setup.c | 1010 kernel_start = (unsigned long) _text; in plat_mem_setup() 1011 kernel_size = _end - _text; in plat_mem_setup()
|
/linux-4.4.14/arch/x86/xen/ |
D | setup.c | 871 if (xen_is_e820_reserved(__pa_symbol(_text), in xen_memory_setup() 872 __pa_symbol(__bss_stop) - __pa_symbol(_text))) { in xen_memory_setup()
|
D | mmu.c | 1120 if (vaddr < (unsigned long) _text || vaddr > kernel_end) in xen_cleanhighmap()
|
/linux-4.4.14/arch/mips/mm/ |
D | init.c | 470 if ((unsigned long) &_text > (unsigned long) CKSEG0) in mem_init()
|
/linux-4.4.14/arch/arm/mm/ |
D | init.c | 538 MLK_ROUNDUP(_text, _etext), in mem_init()
|
/linux-4.4.14/arch/tile/mm/ |
D | init.c | 531 BUG_ON(address != (unsigned long)_text); in kernel_physical_mapping_init()
|
/linux-4.4.14/arch/mips/txx9/generic/ |
D | setup.c | 378 unsigned long eaddr = __pa_symbol(&_text); in prom_free_prom_memory()
|
/linux-4.4.14/arch/sparc/mm/ |
D | init_64.c | 2878 code_resource.start = compute_kern_paddr(_text); in kernel_lds_init()
|