_text 218 arch/arc/kernel/unwind.c init_unwind_table(&root_table, "kernel", _text, _end - _text, NULL, 0, _text 89 arch/arc/mm/init.c init_mm.start_code = (unsigned long)_text; _text 849 arch/arm/kernel/setup.c kernel_code.start = virt_to_phys(_text); _text 1101 arch/arm/kernel/setup.c init_mm.start_code = (unsigned long) _text; _text 69 arch/arm64/include/asm/memory.h #define KERNEL_START _text _text 15 arch/arm64/kernel/image-vars.h __efistub_stext_offset = stext - _text; _text 44 arch/arm64/kernel/image-vars.h __efistub__text = _text; _text 64 arch/arm64/kernel/image.h DEFINE_IMAGE_LE64(_kernel_size_le, _end - _text); \ _text 209 arch/arm64/kernel/setup.c kernel_code.start = __pa_symbol(_text); _text 281 arch/arm64/kernel/setup.c init_mm.start_code = (unsigned long) _text; _text 359 arch/arm64/mm/init.c memblock_add(__pa_symbol(_text), (u64)(_end - _text)); _text 412 arch/arm64/mm/init.c memblock_reserve(__pa_symbol(_text), _end - _text); _text 207 arch/arm64/mm/kasan_init.c kimg_shadow_start = (u64)kasan_mem_to_shadow(_text) & PAGE_MASK; _text 227 arch/arm64/mm/kasan_init.c early_pfn_to_nid(virt_to_pfn(lm_alias(_text)))); _text 454 arch/arm64/mm/mmu.c update_mapping_prot(__pa_symbol(_text), (unsigned long)lm_alias(_text), _text 455 arch/arm64/mm/mmu.c (unsigned long)__init_begin - (unsigned long)_text, _text 461 arch/arm64/mm/mmu.c phys_addr_t kernel_start = __pa_symbol(_text); _text 631 arch/arm64/mm/mmu.c map_kernel_segment(pgdp, _text, _etext, text_prot, &vmlinux_text, 0, _text 241 arch/ia64/kernel/setup.c code_resource.start = ia64_tpa(_text); _text 125 arch/microblaze/mm/init.c if ((memory_start <= (u32)_text) && _text 126 arch/microblaze/mm/init.c ((u32)_text <= (memory_start + lowmem_size - 1))) { _text 142 arch/microblaze/mm/init.c kernel_align_start = PAGE_DOWN((u32)_text); _text 1086 arch/mips/cavium-octeon/setup.c kernel_start = (unsigned long) _text; _text 1087 arch/mips/cavium-octeon/setup.c kernel_size = _end - _text; _text 113 arch/mips/dec/prom/memory.c end = __pa(&_text) - 0x00020000; _text 116 arch/mips/dec/prom/memory.c end = __pa(&_text); _text 255 arch/mips/kernel/relocate.c void *dest = &_text; _text 261 arch/mips/kernel/relocate.c kernel_length = (long)_end - (long)(&_text); _text 320 arch/mips/kernel/relocate.c kernel_length = (long)(&_relocation_start) - (long)(&_text); _text 327 arch/mips/kernel/relocate.c offset = (unsigned long)loc_new - (unsigned long)(&_text); _text 346 arch/mips/kernel/relocate.c if (fdt_phys >= virt_to_phys(RELOCATED(&_text)) && _text 357 arch/mips/kernel/relocate.c memcpy(loc_new, &_text, kernel_length); _text 360 arch/mips/kernel/relocate.c res = do_relocations(&_text, loc_new, offset); _text 412 arch/mips/kernel/relocate.c offset = __pa_symbol(_text) - __pa_symbol(VMLINUX_LOAD_ADDRESS); _text 417 arch/mips/kernel/relocate.c pr_cont(" .text @ 0x%pK\n", _text); _text 315 arch/mips/kernel/setup.c memblock_reserve(__pa_symbol(&_text), _text 316 arch/mips/kernel/setup.c __pa_symbol(&_end) - __pa_symbol(&_text)); _text 532 arch/mips/kernel/setup.c phys_addr_t start = PFN_PHYS(PFN_DOWN(__pa_symbol(&_text))); _text 679 arch/mips/kernel/setup.c code_resource.start = __pa_symbol(&_text); _text 472 arch/mips/mm/init.c if ((unsigned long) &_text > (unsigned long) CKSEG0) _text 458 arch/mips/pmcs-msp71xx/msp_prom.c heaptop = CPHYSADDR((u32)&_text); _text 469 arch/mips/pmcs-msp71xx/msp_prom.c heaptop = CPHYSADDR((u32)&_text); _text 493 arch/mips/pmcs-msp71xx/msp_prom.c if (heaptop != CPHYSADDR((u32)_text)) { _text 497 arch/mips/pmcs-msp71xx/msp_prom.c mdesc[i].size = CPHYSADDR((u32)_text) - mdesc[i].base; _text 503 arch/mips/pmcs-msp71xx/msp_prom.c mdesc[i].base = CPHYSADDR((u32)_text); _text 230 arch/nds32/mm/init.c (unsigned long)&_text, (unsigned long)&_etext, _text 231 arch/nds32/mm/init.c ((unsigned long)&_etext - (unsigned long)&_text) >> 10); _text 30 arch/parisc/boot/compressed/misc.c extern char _text, _end; _text 399 arch/parisc/kernel/cache.c size = (unsigned long)(_end - _text); _text 401 arch/parisc/kernel/cache.c flush_kernel_dcache_range((unsigned long)_text, size); _text 427 arch/parisc/kernel/cache.c start = (unsigned long) _text; _text 328 arch/parisc/mm/init.c code_resource.start = virt_to_phys(_text); _text 368 arch/parisc/mm/init.c ro_start = __pa((unsigned long)_text); _text 633 arch/parisc/mm/init.c _text, _etext, _text 634 arch/parisc/mm/init.c ((unsigned long)_etext - (unsigned long)_text) >> 10); _text 505 arch/s390/kernel/setup.c code_resource.start = (unsigned long) _text; _text 1115 arch/s390/kernel/setup.c init_mm.start_code = (unsigned long) _text; _text 42 arch/sh/boot/compressed/misc.c extern int _text; /* Defined in vmlinux.lds.S */ _text 131 arch/sh/boot/compressed/misc.c output_addr = __pa((unsigned long)&_text+PAGE_SIZE); _text 298 arch/sh/kernel/setup.c init_mm.start_code = (unsigned long) _text; _text 303 arch/sh/kernel/setup.c code_resource.start = virt_to_phys(_text); _text 401 arch/sh/mm/init.c (unsigned long)&_text, (unsigned long)&_etext, _text 402 arch/sh/mm/init.c ((unsigned long)&_etext - (unsigned long)&_text) >> 10); _text 3063 arch/sparc/mm/init_64.c code_resource.start = compute_kern_paddr(_text); _text 134 arch/unicore32/mm/init.c memblock_reserve(__pa(_text), _end - _text); _text 74 arch/x86/include/asm/setup.h extern char _text[]; _text 83 arch/x86/include/asm/setup.h return (unsigned long)&_text - __START_KERNEL; _text 731 arch/x86/kernel/alternative.c _text, _etext); _text 106 arch/x86/kernel/ftrace.c if (within(ip, (unsigned long)_text, (unsigned long)_etext)) _text 68 arch/x86/kernel/head64.c return ptr - (void *)_text + (void *)physaddr; _text 138 arch/x86/kernel/head64.c load_delta = physaddr - (unsigned long)(_text - __START_KERNEL_map); _text 214 arch/x86/kernel/head64.c for (i = 0; i < DIV_ROUND_UP(_end - _text, PMD_SIZE); i++) { _text 239 arch/x86/kernel/head64.c for (i = 0; i < pmd_index((unsigned long)_text); i++) _text 758 arch/x86/kernel/setup.c u64 start = __pa_symbol(_text); _text 845 arch/x86/kernel/setup.c memblock_reserve(__pa_symbol(_text), _text 846 arch/x86/kernel/setup.c (unsigned long)__end_of_kernel_reserve - (unsigned long)_text); _text 945 arch/x86/kernel/setup.c init_mm.start_code = (unsigned long) _text; _text 952 arch/x86/kernel/setup.c code_resource.start = __pa_symbol(_text); _text 242 arch/x86/mm/init_32.c if (addr >= (unsigned long)_text && addr <= (unsigned long)__init_end) _text 826 arch/x86/mm/init_32.c (unsigned long)&_text, (unsigned long)&_etext, _text 827 arch/x86/mm/init_32.c ((unsigned long)&_etext - (unsigned long)&_text) >> 10); _text 877 arch/x86/mm/init_32.c unsigned long start = PFN_ALIGN(_text); _text 891 arch/x86/mm/init_32.c unsigned long start = PFN_ALIGN(_text); _text 922 arch/x86/mm/init_32.c unsigned long start = PFN_ALIGN(_text); _text 438 arch/x86/mm/init_64.c if (vaddr < (unsigned long) _text || vaddr > end) _text 1263 arch/x86/mm/init_64.c unsigned long start = PFN_ALIGN(_text); _text 1282 arch/x86/mm/init_64.c unsigned long start = PFN_ALIGN(_text); _text 1299 arch/x86/mm/init_64.c unsigned long start = PFN_ALIGN(_text); _text 309 arch/x86/mm/mem_encrypt_identity.c kernel_start = __pa_symbol(_text); _text 207 arch/x86/mm/pageattr.c return __pa_symbol(_text) >> PAGE_SHIFT; _text 439 arch/x86/mm/pageattr.c unsigned long t_start = (unsigned long)_text; _text 460 arch/x86/mm/pageattr.c unsigned long t_start = (unsigned long)_text; _text 1601 arch/x86/mm/pageattr.c if (!within(vaddr, (unsigned long)_text, _brk_end) && _text 575 arch/x86/mm/pti.c unsigned long start = PFN_ALIGN(_text); _text 609 arch/x86/mm/pti.c unsigned long start = PFN_ALIGN(_text); _text 399 arch/x86/platform/efi/efi_64.c npages = (_etext - _text) >> PAGE_SHIFT; _text 400 arch/x86/platform/efi/efi_64.c text = __pa(_text); _text 308 arch/x86/platform/efi/quirks.c if (start + size > __pa_symbol(_text) && start <= __pa_symbol(_end)) _text 537 arch/x86/platform/intel-quark/imr.c phys_addr_t base = virt_to_phys(&_text); _text 547 arch/x86/platform/intel-quark/imr.c start = (unsigned long)_text; _text 59 arch/x86/platform/intel-quark/imr_selftest.c phys_addr_t base = virt_to_phys(&_text); _text 1105 arch/x86/xen/mmu_pv.c if (vaddr < (unsigned long) _text || vaddr > kernel_end) _text 877 arch/x86/xen/setup.c if (xen_is_e820_reserved(__pa_symbol(_text), _text 878 arch/x86/xen/setup.c __pa_symbol(__bss_stop) - __pa_symbol(_text))) { _text 194 arch/xtensa/mm/init.c (unsigned long)_text, (unsigned long)_etext, _text 195 arch/xtensa/mm/init.c (unsigned long)(_etext - _text) >> 10, _text 82 drivers/firmware/efi/libstub/arm64-stub.c kernel_size = _edata - _text; _text 612 fs/proc/kcore.c kclist_add(&kcore_text, _text, _end - _text, KCORE_TEXT); _text 35 include/asm-generic/sections.h extern char _text[], _stext[], _etext[]; _text 1307 kernel/kexec_file.c phdr->p_vaddr = (Elf64_Addr)_text; _text 1308 kernel/kexec_file.c phdr->p_filesz = phdr->p_memsz = _end - _text; _text 1309 kernel/kexec_file.c phdr->p_offset = phdr->p_paddr = __pa_symbol(_text); _text 46 scripts/kallsyms.c static unsigned long long _text; _text 130 scripts/kallsyms.c _text = s->addr; _text 390 scripts/kallsyms.c if (_text <= table[i].addr) _text 392 scripts/kallsyms.c table[i].addr - _text); _text 395 scripts/kallsyms.c _text - table[i].addr); _text 404 scripts/kallsyms.c printf("\tPTR\t_text - %#llx\n", _text - relative_base); _text 257 sound/soc/codecs/adau17x1.c #define DECLARE_ADAU17X1_DSP_MUX_CTRL(_name, _label, _stream, _text) \ _text 261 sound/soc/codecs/adau17x1.c ARRAY_SIZE(_text), _text), \