Home
last modified time | relevance | path

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

1234

/openbmc/linux/include/trace/events/
H A Dpreemptirq.h26 __entry->caller_offs = (s32)(ip - (unsigned long)_stext);
27 __entry->parent_offs = (s32)(parent_ip - (unsigned long)_stext);
31 (void *)((unsigned long)(_stext) + __entry->caller_offs),
32 (void *)((unsigned long)(_stext) + __entry->parent_offs))
/openbmc/linux/arch/powerpc/include/asm/
H A Dsections.h65 real_start = __start_interrupts - _stext; in overlaps_interrupt_vector_text()
66 real_end = __end_interrupts - _stext; in overlaps_interrupt_vector_text()
75 (unsigned long)_stext < end; in overlaps_kernel_text()
/openbmc/linux/include/asm-generic/
H A Dsections.h35 extern char _text[], _stext[], _etext[];
208 return addr >= (unsigned long)_stext && in __is_kernel_text()
224 return ((addr >= (unsigned long)_stext && in __is_kernel()
/openbmc/linux/arch/nios2/kernel/
H A Dsetup.c157 setup_initial_init_mm(_stext, _etext, _edata, _end); in setup_arch()
166 memblock_reserve(__pa_symbol(_stext), _end - _stext); in setup_arch()
H A Dvmlinux.lds.S22 _stext = .; symbol
/openbmc/linux/arch/powerpc/mm/
H A Dpgtable_32.c154 if (v_block_mapped((unsigned long)_stext + 1)) { in mark_rodata_ro()
166 PFN_DOWN((unsigned long)_stext); in mark_rodata_ro()
168 set_memory_ro((unsigned long)_stext, numpages); in mark_rodata_ro()
/openbmc/linux/arch/s390/kernel/
H A Dvmlinux.lds.S44 _stext = .; /* Start of text section */ symbol
216 QUAD(_stext) /* default_lma */
218 QUAD(__bss_start - _stext) /* image_size */
/openbmc/linux/arch/alpha/kernel/
H A Dhead.S17 .globl _stext
21 _stext: label
/openbmc/linux/arch/m68k/kernel/
H A Dsetup_no.c88 setup_initial_init_mm(_stext, _etext, _edata, NULL); in setup_arch()
140 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
H A Dsun3-head.S35 ENTRY(_stext)
/openbmc/linux/arch/x86/include/asm/
H A Dorc_lookup.h29 #define LOOKUP_START_IP (unsigned long)_stext
/openbmc/linux/arch/openrisc/kernel/
H A Dsetup.c76 memblock_reserve(__pa(_stext), _end - _stext); in setup_memory()
270 setup_initial_init_mm(_stext, _etext, _edata, _end); in setup_arch()
H A Dvmlinux.lds.S52 _stext = .; symbol
/openbmc/linux/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c156 if (regions_overlap(start, end, __pa(_stext), __pa(_end))) in overlaps_region()
360 kernel_sz = (unsigned long)_end - (unsigned long)_stext; in kaslr_early_init()
380 memcpy((void *)kernstart_virt_addr, (void *)_stext, kernel_sz); in kaslr_early_init()
/openbmc/linux/arch/arm/boot/bootp/
H A Dbootp.lds13 _stext = .; symbol
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_64.S572 addis r26,r26,(_stext - 0b)@ha
573 addi r26,r26,(_stext - 0b)@l /* current runtime base addr */
586 addis r26,r26,(_stext - 0b)@ha
587 addi r26,r26,(_stext - 0b)@l /* current runtime base addr */
668 LOAD_REG_ADDR(r11, _stext)
/openbmc/linux/arch/hexagon/kernel/
H A Dvmlinux.lds.S37 _stext = .; symbol
/openbmc/u-boot/include/asm-generic/
H A Dsections.h13 extern char _text[], _stext[], _etext[];
/openbmc/linux/kernel/
H A Dprofile.c98 prof_len = (_etext - _stext) >> prof_shift; in profile_init()
213 pc = min((pc - (unsigned long)_stext) >> prof_shift, prof_len - 1); in do_profile_hits()
311 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift; in do_profile_hits()
/openbmc/linux/arch/powerpc/kexec/
H A Dcore.c170 if (overlaps_crashkernel(__pa(_stext), _end - _stext)) { in reserve_crashkernel()
/openbmc/linux/arch/arc/kernel/
H A Dvmlinux.lds.S85 _stext = .; symbol
/openbmc/linux/arch/um/kernel/
H A Duml.lds.S35 _stext = .;
/openbmc/linux/arch/s390/mm/
H A Ddump_pagetables.c54 [IDENTITY_BEFORE_END_NR] = {(unsigned long)_stext, "Identity Mapping End"},
57 [KERNEL_START_NR] = {(unsigned long)_stext, "Kernel Image Start"},
/openbmc/linux/arch/csky/kernel/
H A Dvmlinux.lds.S31 _stext = .; symbol
/openbmc/linux/arch/mips/sgi-ip27/
H A Dip27-klnuma.c77 source_start = (unsigned long) _stext; in copy_kernel()

1234