Home
last modified time | relevance | path

Searched refs:_stext (Results 1 – 112 of 112) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dsections.h19 if (addr >= (unsigned long)_stext && addr < (unsigned long)__init_end) in in_kernel_text()
29 real_start = __start_interrupts - _stext; in overlaps_interrupt_vector_text()
30 real_end = __end_interrupts - _stext; in overlaps_interrupt_vector_text()
39 (unsigned long)_stext < end; in overlaps_kernel_text()
Dexception-64s.h93 ori reg,reg,(label)-_stext; /* virt addr of handler ... */
/linux-4.1.27/arch/powerpc/kernel/
Dhead_64.S67 .globl _stext
68 _stext: label
134 std r24,__secondary_hold_acknowledge-_stext(0)
142 100: ld r12,__secondary_hold_spinloop-_stext(r26)
359 addis r26,r26,(_stext - 0b)@ha
360 addi r26,r26,(_stext - 0b)@l /* current runtime base addr */
444 lwz r7,__run_at_load-_stext(r26)
477 lwz r7,__run_at_load-_stext(r26)
482 LOAD_REG_IMMEDIATE(r5, __end_interrupts - _stext)
486 lis r5,(copy_to_here - _stext)@ha
[all …]
Dmachine_kexec.c169 if (overlaps_crashkernel(__pa(_stext), _end - _stext)) { in reserve_crashkernel()
Dsetup_64.c682 init_mm.start_code = (unsigned long)_stext; in setup_arch()
708 if ((unsigned long)_stext & 0xffff) in setup_arch()
710 (unsigned long)_stext); in setup_arch()
Dreloc_64.S87 p_st: .llong _stext - 0b
Dpaca.c165 new_paca->kernelbase = (unsigned long) _stext; in initialise_paca()
Dsetup_32.c299 init_mm.start_code = (unsigned long)_stext; in setup_arch()
Dreloc_32.S209 p_st: .long _stext - 0b
Dvmlinux.lds.S11 ENTRY(_stext)
Dhead_44x.S57 _ENTRY(_stext);
77 addis r21,r21,(_stext - 0b)@ha
78 addi r21,r21,(_stext - 0b)@l /* Get our current runtime base */
Dhead_32.S59 _ENTRY(_stext);
120 addis r8,r8,(_stext - 0b)@ha
121 addi r8,r8,(_stext - 0b)@l /* current runtime base addr */
Dhead_fsl_booke.S59 _ENTRY(_stext);
77 LOAD_REG_ADDR_PIC(r3, _stext) /* Get our current runtime base */
Dkvm.c689 start = (void*)_stext; in kvm_use_magic_page()
Dhead_8xx.S62 _ENTRY(_stext);
Dhead_40x.S58 _ENTRY(_stext);
/linux-4.1.27/arch/arm64/mm/
Dmmu.c310 unsigned long kernel_x_start = round_down(__pa(_stext), SECTION_SIZE); in __map_memblock()
399 if (!IS_ALIGNED((unsigned long)_stext, SECTION_SIZE)) { in fixup_executable()
400 unsigned long aligned_start = round_down(__pa(_stext), in fixup_executable()
404 __pa(_stext) - aligned_start, in fixup_executable()
421 create_mapping_late(__pa(_stext), (unsigned long)_stext, in mark_rodata_ro()
422 (unsigned long)_etext - (unsigned long)_stext, in mark_rodata_ro()
/linux-4.1.27/arch/arc/kernel/
Dvmlinux.lds.S15 ENTRY(_stext)
63 _stext = .; symbol
Dsetup.c319 if (addr >= (unsigned long)_stext && addr <= (unsigned long)_end) in is_kernel()
/linux-4.1.27/arch/s390/kernel/
Dhead64.S42 lpswe .Lentry-.LPG1(13) # jump to _stext in primary-space,
46 .Lentry:.quad 0x0000000180000000,_stext
86 ENTRY(_stext)
Dsuspend.c142 unsigned long stext_pfn = PFN_DOWN(__pa(&_stext)); in pfn_is_nosave()
Dsetup.c654 memblock_reserve((unsigned long)_stext, PFN_PHYS(start_pfn) in reserve_kernel()
655 - (unsigned long)_stext); in reserve_kernel()
Dearly.c113 stext_pfn = PFN_DOWN(__pa(&_stext)); in create_kernel_nss()
/linux-4.1.27/arch/alpha/kernel/
Dhead.S16 .globl _stext
20 _stext: label
Dtraps.c127 extern char _stext[], _etext[]; in dik_show_trace()
130 if (tmp < (unsigned long) &_stext) in dik_show_trace()
/linux-4.1.27/arch/cris/kernel/
Dtraps.c44 extern char _stext, _etext; in show_trace()
71 if (((addr >= (unsigned long)&_stext) && in show_trace()
Dvmlinux.lds.S40 _stext = .; symbol
/linux-4.1.27/arch/cris/arch-v32/mach-fs/
Darbiter.c161 extern char _stext, _etext;
193 crisv32_arbiter_watch(virt_to_phys(&_stext), &_etext - &_stext, in crisv32_arbiter_init()
/linux-4.1.27/arch/m68k/68360/
Dhead-ram.S15 .global _stext
102 _stext: label
208 moveal #_stext, %a0
Dhead-rom.S14 .global _stext
113 _stext: label
/linux-4.1.27/arch/cris/boot/compressed/
Ddecompress_v32.lds14 _stext = . ;
Ddecompress_v10.lds14 _stext = . ;
/linux-4.1.27/include/asm-generic/
Dsections.h28 extern char _text[], _stext[], _etext[];
/linux-4.1.27/arch/unicore32/mm/
Dproc-macros.S139 ldw \t2, =_stext @ _stext must ALIGN(4096)
Dinit.c411 _stext, _etext, in mem_init()
412 DIV_ROUND_UP((_etext - _stext), SZ_1K), in mem_init()
/linux-4.1.27/arch/m68k/kernel/
Dsetup_no.c158 init_mm.start_code = (unsigned long) &_stext; in setup_arch()
224 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
Dvmlinux-nommu.lds43 _stext = .; symbol
Dsun3-head.S34 ENTRY(_stext)
Dhead.S566 ENTRY(_stext)
585 .equ kernel_pg_dir,_stext
587 .equ .,_stext+PAGESIZE
596 lea %pc@(_stext),%sp
897 lea %pc@(_stext),%a1
898 subl #_stext,%a1
1281 lea %pc@(_stext),%a0
2549 lea %pc@(_stext),%a0
/linux-4.1.27/arch/unicore32/kernel/
Dvmlinux.lds.S36 _stext = .; symbol
Dsetup.c201 kernel_code.start = virt_to_phys(_stext); in request_standard_resources()
244 init_mm.start_code = (unsigned long) _stext; in setup_arch()
/linux-4.1.27/arch/score/kernel/
Dvmlinux.lds.S31 ENTRY(_stext)
Dhead.S35 ENTRY(_stext)
/linux-4.1.27/arch/arm/mm/
Dinit.c235 memblock_reserve(__pa(_stext), _end - _stext); in arm_memblock_init()
583 .end = (unsigned long)_stext,
609 .start = (unsigned long)_stext,
Dmmu.c1332 phys_addr_t kernel_x_start = round_down(__pa(_stext), SECTION_SIZE); in map_lowmem()
/linux-4.1.27/arch/hexagon/kernel/
Dvmlinux.lds.S48 _stext = .; symbol
/linux-4.1.27/arch/nios2/kernel/
Dvmlinux.lds.S35 _stext = .; symbol
Dsetup.c149 init_mm.start_code = (unsigned long) _stext; in setup_arch()
Dtraps.c101 if (((addr >= (unsigned long) _stext) && in show_stack()
/linux-4.1.27/arch/openrisc/kernel/
Dvmlinux.lds.S47 _stext = .; symbol
Dsetup.c292 init_mm.start_code = (unsigned long)_stext; in setup_arch()
Dtraps.c40 extern char _etext, _stext;
/linux-4.1.27/arch/cris/boot/rescue/
Drescue_v32.lds18 _stext = . ;
/linux-4.1.27/arch/avr32/kernel/
Dvmlinux.lds.S49 _stext = .; symbol
Dsetup.c558 init_mm.start_code = (unsigned long)_stext; in setup_arch()
/linux-4.1.27/arch/arm/boot/bootp/
Dbootp.lds16 _stext = .; symbol
/linux-4.1.27/arch/mn10300/kernel/
Dvmlinux.lds.S27 _stext = .; symbol
/linux-4.1.27/kernel/
Dextable.c72 if (addr >= (unsigned long)_stext && in core_kernel_text()
Dprofile.c106 prof_len = (_etext - _stext) >> prof_shift; in profile_init()
287 pc = min((pc - (unsigned long)_stext) >> prof_shift, prof_len - 1); in do_profile_hits()
396 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift; in do_profile_hits()
Dkallsyms.c65 if ((addr >= (unsigned long)_stext && addr <= (unsigned long)_etext) || in is_kernel_text()
73 if (addr >= (unsigned long)_stext && addr <= (unsigned long)_end) in is_kernel()
Dkexec.c1950 VMCOREINFO_SYMBOL(_stext); in crash_save_vmcoreinfo_init()
/linux-4.1.27/arch/tile/kernel/
Dvmlinux.lds.S41 _stext = .; symbol
/linux-4.1.27/arch/frv/mm/
Dinit.c117 unsigned long code_size = _etext - _stext; in mem_init()
/linux-4.1.27/arch/um/kernel/
Duml.lds.S28 _stext = .; symbol
Ddyn.lds.S68 _stext = .; symbol
/linux-4.1.27/arch/c6x/kernel/
Dvmlinux.lds.S70 _stext = .; symbol
Dsetup.c353 init_mm.start_code = (unsigned long) &_stext; in setup_arch()
/linux-4.1.27/arch/parisc/kernel/
Dvmlinux.lds.S68 _stext = .; symbol
/linux-4.1.27/arch/frv/kernel/
Dvmlinux.lds.S58 _stext = .; symbol
Dsetup.c805 init_mm.start_code = (unsigned long) _stext; in setup_arch()
816 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
/linux-4.1.27/arch/sh/kernel/
Dhead_64.S148 .global _stext
149 _stext: label
Dhead_32.S60 ENTRY(_stext)
Dsmp.c234 mp_ops->start_cpu(cpu, (unsigned long)_stext); in __cpu_up()
/linux-4.1.27/arch/cris/arch-v32/mach-a3/
Darbiter.c230 extern char _stext, _etext;
268 crisv32_arbiter_watch(virt_to_phys(&_stext), &_etext - &_stext, in crisv32_arbiter_init()
/linux-4.1.27/arch/mips/kernel/
Dhead.S71 EXPORT(_stext)
Dmcount.S83 PTR_LA t1, _stext
Dftrace.c49 if (ip >= (unsigned long)_stext && in in_kernel_space()
/linux-4.1.27/arch/mips/sgi-ip27/
Dip27-klnuma.c76 source_start = (unsigned long) _stext; in copy_kernel()
/linux-4.1.27/arch/microblaze/kernel/
Dvmlinux.lds.S29 _stext = . ; symbol
/linux-4.1.27/arch/arm64/kernel/
Dvmlinux.lds.S92 _stext = .; /* Text and read-only data */ symbol
/linux-4.1.27/arch/metag/kernel/
Dsetup.c225 unsigned long text_start = (unsigned long)(&_stext); in setup_arch()
355 init_mm.start_code = (unsigned long)(&_stext); in setup_arch()
/linux-4.1.27/arch/sh/
DMakefile105 LDFLAGS_vmlinux += -e _stext
110 LDFLAGS_vmlinux += --defsym phys_stext=_stext-$(CONFIG_PAGE_OFFSET) \
/linux-4.1.27/arch/powerpc/mm/
Dpgtable_32.c52 extern char etext[], _stext[];
325 ktext = ((char *) v >= _stext && (char *) v < etext); in __mapin_ram_chunk()
/linux-4.1.27/arch/m68k/mm/
Dinit.c143 MLK_ROUNDUP(_stext, _etext), in print_memmap()
/linux-4.1.27/arch/xtensa/kernel/
Dsetup.c306 extern char _stext;
471 mem_reserve(__pa(&_stext),__pa(&_end), 1); in setup_arch()
Dvmlinux.lds.S86 _stext = .; symbol
/linux-4.1.27/arch/s390/mm/
Dinit.c153 (unsigned long)&_stext, in mem_init()
Ddump_pagetables.c26 [KERNEL_START_NR] = {(unsigned long)&_stext, "Kernel Image Start"},
Dvmem.c371 ro_start = PFN_ALIGN((unsigned long)&_stext); in vmem_map_init()
/linux-4.1.27/arch/mips/mm/
Dsc-rm7k.c190 begin = (unsigned long) &_stext; in __probe_tcache()
Dc-r4k.c1342 begin = (unsigned long) &_stext; in probe_scache()
/linux-4.1.27/Documentation/kdump/
Dgdbmacros.txt29 if (*($stackp) > _stext && *($stackp) < _sinittext)
43 if (*($stackp) > _stext && *($stackp) < _sinittext)
/linux-4.1.27/arch/microblaze/mm/
Dpgtable.c171 if ((char *) v < _stext || (char *) v >= _etext) in mapin_ram()
/linux-4.1.27/arch/ia64/kernel/
Dvmlinux.lds.S41 _stext = .; symbol
/linux-4.1.27/arch/x86/kernel/
Dvmlinux.lds.S98 _stext = .; symbol
/linux-4.1.27/mm/kasan/
Dreport.c88 return (addr >= (void *)_stext && addr < (void *)_end) in kernel_or_module_addr()
/linux-4.1.27/arch/arm/kernel/
Dvmlinux.lds.S102 _stext = .; /* Text and read-only data */ symbol
/linux-4.1.27/arch/x86/mm/
Dkasan_init_64.c228 vmemmap_populate((unsigned long)kasan_mem_to_shadow(_stext), in kasan_init()
Dfault.c537 if ((address >= (u64)_stext && address <= (u64)_etext) || in is_errata93()
/linux-4.1.27/arch/sparc/kernel/
Dttable_32.S7 .globl _stext
8 _stext: label
Dhead_64.S40 .globl start, _start, stext, _stext
43 _stext: label
/linux-4.1.27/arch/powerpc/lib/
Dfeature-fixups.c144 length = (__end_interrupts - _stext) / sizeof(int); in do_final_fixups()
/linux-4.1.27/arch/m32r/kernel/
Dhead.S31 ENTRY(_stext)
/linux-4.1.27/arch/blackfin/kernel/
Dsetup.c666 init_mm.start_code = (unsigned long)_stext; in memory_setup()
690 _stext, _etext, in memory_setup()
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dbootx_init.c571 for (ptr = ((unsigned long) &_stext) & PAGE_MASK; in bootx_init()
/linux-4.1.27/Documentation/trace/
Dcoresight.txt212 comparator with "_stext" and "_etext", essentially tracing any instruction
/linux-4.1.27/lib/
Ddma-debug.c1184 if (overlap(addr, len, _stext, _etext) || in check_for_illegal_area()
/linux-4.1.27/mm/
Dpage_alloc.c5582 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/
Dcoresight-etm3x.c1769 drvdata->addr_val[0] = (u32) _stext; in etm_init_default_data()
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dentry.S467 movi _stext-CONFIG_PAGE_OFFSET, r0
/linux-4.1.27/kernel/locking/
Dlockdep.c612 unsigned long start = (unsigned long) &_stext, in static_obj()
/linux-4.1.27/Documentation/s390/
DDebugging390.txt1286 00010800 T _stext
1287 so 8001085A is _stext+0x5a