Home
last modified time | relevance | path

Searched refs:_text (Results 1 – 94 of 94) sorted by relevance

/linux-4.4.14/arch/arm64/kernel/
Defi-entry.S48 adrp x8, _text
49 add x8, x8, #:lo12:_text
70 adrp x1, _text
71 add x1, x1, #:lo12:_text
Dvmlinux.lds.S22 ENTRY(_text)
95 _text = .; symbol
193 ASSERT(_text == (PAGE_OFFSET + TEXT_OFFSET), "HEAD is misaligned")
Dimage.h61 _kernel_size_le = DATA_LE64(_end - _text); \
92 __efistub__text = _text;
Dsetup.c203 kernel_code.start = virt_to_phys(_text); in request_standard_resources()
296 init_mm.start_code = (unsigned long) _text; in setup_arch()
Dhead.S51 #define KERNEL_START _text
/linux-4.4.14/arch/mips/dec/prom/
Dmemory.c112 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/
Dmsp_prom.c448 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/
Dsetup.h69 extern char _text[];
78 return (unsigned long)&_text - __START_KERNEL; in kaslr_offset()
/linux-4.4.14/arch/sh/boot/compressed/
Dmisc.c41 extern int _text; /* Defined in vmlinux.lds.S */
123 output_addr = __pa((unsigned long)&_text+PAGE_SIZE); in decompress_kernel()
Dhead_32.S103 .long ___pa(_text+PAGE_SIZE)
105 .long _text+PAGE_SIZE
/linux-4.4.14/arch/unicore32/boot/compressed/
Dvmlinux.lds.in27 _text = .; symbol
45 _image_size = (_etext - _text) * 4;
/linux-4.4.14/arch/mn10300/kernel/
Dsetup.c115 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()
Dvmlinux.lds.S28 _text = .; /* Text and read-only data */ symbol
/linux-4.4.14/arch/arm64/mm/
Dinit.c168 memblock_reserve(__pa(_text), _end - _text); in arm64_memblock_init()
332 MLK_ROUNDUP(_text, _etext), in mem_init()
/linux-4.4.14/scripts/
Dkallsyms.c44 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/
Dinit_32.c241 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()
Dinit_64.c396 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()
Dpageattr.c96 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/
Dinit.c130 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/
Dhead_64.S75 leaq _text(%rip), %rbp
76 subq $_text - __START_KERNEL_map, %rbp
87 leaq _text(%rip), %rax
107 leaq _text(%rip), %rdi
Dvmlinux.lds.S94 _text = .; symbol
357 . = ASSERT((_end - _text <= KERNEL_IMAGE_SIZE),
Dsetup.c769 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()
Dcrash.c476 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()
Dftrace.c91 if (within(ip, (unsigned long)_text, (unsigned long)_etext)) in text_ip_addr()
Dalternative.c636 _text, _etext); in alternative_instructions()
/linux-4.4.14/arch/m32r/boot/compressed/
Dvmlinux.lds.S8 _text = .; symbol
/linux-4.4.14/include/asm-generic/
Dsections.h28 extern char _text[], _stext[], _etext[];
/linux-4.4.14/arch/s390/boot/compressed/
Dvmlinux.lds.S23 _text = .; /* Text */ symbol
Dmisc.c29 extern char _text, _end;
/linux-4.4.14/arch/unicore32/kernel/
Dvmlinux.lds.S28 _text = .; symbol
/linux-4.4.14/arch/nios2/boot/compressed/
Dvmlinux.lds.S31 _text = .; symbol
/linux-4.4.14/arch/score/kernel/
Dvmlinux.lds.S40 _text = .; /* Text and read-only data */ symbol
Dsetup.c95 code_resource.start = __pa(&_text); in resource_init()
/linux-4.4.14/arch/hexagon/kernel/
Dvmlinux.lds.S50 _text = .; symbol
/linux-4.4.14/arch/nios2/kernel/
Dvmlinux.lds.S34 _text = .; symbol
Dprom.c38 u64 kernel_start = (u64)virt_to_phys(_text); in early_init_dt_add_memory_arch()
/linux-4.4.14/arch/h8300/kernel/
Dvmlinux.lds.S26 _text = .; symbol
/linux-4.4.14/arch/metag/kernel/
Dvmlinux.lds.S17 _text = .; symbol
/linux-4.4.14/arch/sh/kernel/
Dsetup.c266 init_mm.start_code = (unsigned long) _text; in setup_arch()
271 code_resource.start = virt_to_phys(_text); in setup_arch()
Dvmlinux.lds.S28 _text = .; /* Text and read-only data */ symbol
/linux-4.4.14/arch/alpha/kernel/
Dvmlinux.lds.S20 _text = .; /* Text and read-only data */ symbol
/linux-4.4.14/arch/x86/boot/compressed/
Dvmlinux.lds.S33 _text = .; /* Text */ symbol
/linux-4.4.14/arch/avr32/kernel/
Dvmlinux.lds.S26 _text = .; symbol
/linux-4.4.14/arch/s390/kernel/
Dvmlinux.lds.S24 _text = .; /* Text and read-only data */ symbol
Dsetup.c405 code_resource.start = (unsigned long) &_text; in setup_resources()
/linux-4.4.14/drivers/firmware/efi/libstub/
Darm64-stub.c40 kernel_size = _edata - _text; in handle_kernel_image()
/linux-4.4.14/arch/m32r/kernel/
Dvmlinux.lds.S28 _text = .; /* Text and read-only data */ symbol
Dsetup.c257 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/
Dvmlinux.lds.S29 _text = .; symbol
Dsetup.c366 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/
Dvmlinux.lds.S38 _text = .; /* Text and read-only data. */ symbol
/linux-4.4.14/arch/arm/boot/compressed/
Dvmlinux.lds.S35 _text = .; symbol
/linux-4.4.14/arch/x86/platform/intel-quark/
Dimr.c588 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()
Dimr_selftest.c58 phys_addr_t base = virt_to_phys(&_text); in imr_self_test()
/linux-4.4.14/arch/m68k/kernel/
Dvmlinux-sun3.lds14 _text = .; /* Text and read-only data */ symbol
Dvmlinux-std.lds14 _text = .; /* Text and read-only data */ symbol
Dvmlinux-nommu.lds42 _text = .; symbol
/linux-4.4.14/arch/um/kernel/
Duml.lds.S22 _text = .; symbol
Ddyn.lds.S16 _text = .; symbol
/linux-4.4.14/arch/parisc/kernel/
Dvmlinux.lds.S67 _text = .; /* Text and read-only data */ symbol
Dcache.c359 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/
Dvmlinux.lds.S57 _text = .; symbol
/linux-4.4.14/arch/c6x/kernel/
Dvmlinux.lds.S69 _text = .; symbol
/linux-4.4.14/arch/arc/kernel/
Dvmlinux.lds.S97 _text = .; symbol
Dunwind.c225 init_unwind_table(&root_table, "kernel", _text, _end - _text, NULL, 0, in arc_unwind_init()
/linux-4.4.14/arch/sparc/kernel/
Dvmlinux.lds.S48 _text = .; symbol
/linux-4.4.14/arch/parisc/mm/
Dinit.c371 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/
Dhead.S81 .long _text
/linux-4.4.14/arch/mips/kernel/
Dvmlinux.lds.S54 _text = .; /* Text and read-only data */ symbol
Dsetup.c642 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/
Dvmlinux.lds.S28 _text = . ; symbol
/linux-4.4.14/arch/unicore32/mm/
Dinit.c253 memblock_reserve(__pa(_text), _end - _text); in uc32_memblock_init()
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dbootloader.lds9 _text = .; symbol
/linux-4.4.14/arch/arc/mm/
Dinit.c100 init_mm.start_code = (unsigned long)_text; in setup_arch_memory()
/linux-4.4.14/arch/sh/mm/
Dinit.c469 (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/
Dadau17x1.c225 #define DECLARE_ADAU17X1_DSP_MUX_CTRL(_name, _label, _stream, _text) \ argument
229 ARRAY_SIZE(_text), _text), \
/linux-4.4.14/arch/x86/platform/efi/
Dquirks.c159 if ((start + size > __pa_symbol(_text) in efi_reserve_boot_services()
Defi_64.c186 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/
Dvmlinux.lds.S30 _text = .; symbol
/linux-4.4.14/arch/ia64/kernel/
Dvmlinux.lds.S40 _text = .; symbol
Dsetup.c242 code_resource.start = ia64_tpa(_text); in register_memory()
/linux-4.4.14/arch/powerpc/kernel/
Dvmlinux.lds.S51 _text = .; symbol
/linux-4.4.14/arch/arm/kernel/
Dvmlinux.lds.S93 _text = .; symbol
Dsetup.c774 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/
Dkcore.c598 kclist_add(&kcore_text, _text, _end - _text, KCORE_TEXT); in proc_kcore_text_init()
/linux-4.4.14/arch/xtensa/kernel/
Dvmlinux.lds.S85 _text = .; symbol
/linux-4.4.14/arch/mips/cavium-octeon/
Dsetup.c1010 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/
Dsetup.c871 if (xen_is_e820_reserved(__pa_symbol(_text), in xen_memory_setup()
872 __pa_symbol(__bss_stop) - __pa_symbol(_text))) { in xen_memory_setup()
Dmmu.c1120 if (vaddr < (unsigned long) _text || vaddr > kernel_end) in xen_cleanhighmap()
/linux-4.4.14/arch/mips/mm/
Dinit.c470 if ((unsigned long) &_text > (unsigned long) CKSEG0) in mem_init()
/linux-4.4.14/arch/arm/mm/
Dinit.c538 MLK_ROUNDUP(_text, _etext), in mem_init()
/linux-4.4.14/arch/tile/mm/
Dinit.c531 BUG_ON(address != (unsigned long)_text); in kernel_physical_mapping_init()
/linux-4.4.14/arch/mips/txx9/generic/
Dsetup.c378 unsigned long eaddr = __pa_symbol(&_text); in prom_free_prom_memory()
/linux-4.4.14/arch/sparc/mm/
Dinit_64.c2878 code_resource.start = compute_kern_paddr(_text); in kernel_lds_init()