Home
last modified time | relevance | path

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

12345

/linux/include/trace/events/
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))
/linux/arch/powerpc/include/asm/
A Dsections.h44 real_start = __start_interrupts - _stext; in overlaps_interrupt_vector_text()
45 real_end = __end_interrupts - _stext; in overlaps_interrupt_vector_text()
54 (unsigned long)_stext < end; in overlaps_kernel_text()
/linux/include/asm-generic/
A Dsections.h35 extern char _text[], _stext[], _etext[];
186 return addr >= (unsigned long)_stext && in __is_kernel_text()
200 return addr >= (unsigned long)_stext && in __is_kernel()
/linux/arch/csky/kernel/
A Dsetup.c34 memblock_reserve(__pa(_stext), _end - _stext); in csky_memblock_init()
81 setup_initial_init_mm(_stext, _etext, _edata, _end); in setup_arch()
/linux/arch/nios2/kernel/
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()
A Dvmlinux.lds.S22 _stext = .; symbol
/linux/arch/h8300/kernel/
A Dsetup.c86 memblock_reserve(__pa(_stext), _end - _stext); in bootmem_init()
98 setup_initial_init_mm(_stext, _etext, _edata, NULL); in setup_arch()
A Dvmlinux.lds.S33 _stext = . ; symbol
/linux/arch/s390/kernel/
A Dvmlinux.lds.S40 _stext = .; /* Start of text section */ symbol
203 QUAD(_stext) /* default_lma */
205 QUAD(__bss_start - _stext) /* image_size */
/linux/arch/powerpc/mm/
A Dpgtable_32.c149 if (v_block_mapped((unsigned long)_stext + 1)) { in mark_rodata_ro()
156 PFN_DOWN((unsigned long)_stext); in mark_rodata_ro()
158 set_memory_attr((unsigned long)_stext, numpages, PAGE_KERNEL_ROX); in mark_rodata_ro()
/linux/arch/arm64/kernel/
A Dkaslr.c156 module_range = SZ_2G - (u64)(_end - _stext); in kaslr_early_init()
169 module_range = MODULES_VSIZE - (u64)(_etext - _stext); in kaslr_early_init()
/linux/arch/alpha/kernel/
A Dhead.S17 .globl _stext
21 _stext: label
/linux/arch/m68k/kernel/
A Dsetup_no.c90 setup_initial_init_mm(_stext, _etext, _edata, NULL); in setup_arch()
143 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
/linux/arch/openrisc/kernel/
A Dsetup.c76 memblock_reserve(__pa(_stext), _end - _stext); in setup_memory()
282 setup_initial_init_mm(_stext, _etext, _edata, _end); in setup_arch()
A Dvmlinux.lds.S52 _stext = .; symbol
/linux/arch/powerpc/mm/nohash/
A Dkaslr_booke.c162 if (regions_overlap(start, end, __pa(_stext), __pa(_end))) in overlaps_region()
366 kernel_sz = (unsigned long)_end - (unsigned long)_stext; in kaslr_early_init()
386 memcpy((void *)kernstart_virt_addr, (void *)_stext, kernel_sz); in kaslr_early_init()
/linux/arch/powerpc/kexec/
A Dcore.c159 if (overlaps_crashkernel(__pa(_stext), _end - _stext)) { in reserve_crashkernel()
/linux/arch/x86/include/asm/
A Dorc_lookup.h29 #define LOOKUP_START_IP (unsigned long)_stext
/linux/arch/arm64/mm/
A Dinit.c309 memblock_reserve(__pa_symbol(_stext), _end - _stext); in arm64_memblock_init()
/linux/kernel/
A Dprofile.c111 prof_len = (_etext - _stext) >> prof_shift; in profile_init()
292 pc = min((pc - (unsigned long)_stext) >> prof_shift, prof_len - 1); in do_profile_hits()
390 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift; in do_profile_hits()
/linux/arch/hexagon/kernel/
A Dvmlinux.lds.S37 _stext = .; symbol
/linux/arch/s390/mm/
A Ddump_pagetables.c46 [IDENTITY_BEFORE_END_NR] = {(unsigned long)_stext, "Identity Mapping End"},
47 [KERNEL_START_NR] = {(unsigned long)_stext, "Kernel Image Start"},
/linux/arch/nds32/kernel/
A Dhead.S26 .type _stext, %function
27 ENTRY(_stext)
A Dvmlinux.lds.S40 _stext = .; symbol
/linux/arch/arm/boot/bootp/
A Dbootp.lds16 _stext = .; symbol

Completed in 33 milliseconds

12345