| /linux/include/trace/events/ |
| H A D | preemptirq.h | 26 __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/ |
| H A D | sections.h | 65 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()
|
| /linux/arch/nios2/kernel/ |
| H A D | setup.c | 168 setup_initial_init_mm(_stext, _etext, _edata, _end); in setup_arch() 177 memblock_reserve(__pa_symbol(_stext), _end - _stext); in setup_arch()
|
| H A D | vmlinux.lds.S | 22 _stext = .; symbol
|
| /linux/arch/powerpc/mm/ |
| H A D | pgtable_32.c | 161 if (v_block_mapped((unsigned long)_stext + 1)) in __mark_rodata_ro() 170 PFN_DOWN((unsigned long)_stext); in __mark_rodata_ro() 172 return set_memory_ro((unsigned long)_stext, numpages); in __mark_rodata_ro()
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | map_kernel.c | 85 map_segment(init_pg_dir, &pgdp, va_offset, _text, _stext, data_prot, in map_kernel() 87 map_segment(init_pg_dir, &pgdp, va_offset, _stext, _etext, prot, in map_kernel() 118 unmap_segment(init_pg_dir, va_offset, _stext, _etext, in map_kernel() 129 map_segment(init_pg_dir, NULL, va_offset, _stext, _etext, in map_kernel()
|
| H A D | map_range.c | 101 map_range(&ptep, (u64)_stext, (u64)__initdata_begin, in create_init_idmap() 102 (phys_addr_t)_stext, text_prot, IDMAP_ROOT_LEVEL, in create_init_idmap()
|
| /linux/arch/alpha/kernel/ |
| H A D | head.S | 17 .globl _stext 21 _stext: label
|
| /linux/arch/openrisc/kernel/ |
| H A D | setup.c | 76 memblock_reserve(__pa(_stext), _end - _stext); in setup_memory() 239 setup_initial_init_mm(_stext, _etext, _edata, _end); in setup_arch()
|
| H A D | vmlinux.lds.S | 52 _stext = .; symbol
|
| /linux/arch/powerpc/kexec/ |
| H A D | core.c | 125 kernel_start = __pa(_stext); in arch_reserve_crashkernel() 126 kernel_size = _end - _stext; in arch_reserve_crashkernel()
|
| /linux/arch/x86/include/asm/ |
| H A D | orc_lookup.h | 29 #define LOOKUP_START_IP (unsigned long)_stext
|
| /linux/arch/loongarch/include/asm/ |
| H A D | orc_lookup.h | 26 #define LOOKUP_START_IP (unsigned long)_stext
|
| /linux/kernel/ |
| H A D | profile.c | 91 prof_len = (_etext - _stext) >> prof_shift; in profile_init() 120 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift; in do_profile_hits()
|
| /linux/arch/powerpc/mm/nohash/ |
| H A D | kaslr_booke.c | 156 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()
|
| /linux/arch/powerpc/kernel/ |
| H A D | head_64.S | 572 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)
|
| /linux/arch/arm/boot/bootp/ |
| H A D | bootp.lds | 13 _stext = .; symbol
|
| /linux/arch/hexagon/kernel/ |
| H A D | vmlinux.lds.S | 37 _stext = .; symbol
|
| /linux/arch/arc/kernel/ |
| H A D | vmlinux.lds.S | 85 _stext = .; symbol
|
| /linux/arch/um/kernel/ |
| H A D | uml.lds.S | 35 _stext = .; symbol
|
| /linux/arch/m68k/kernel/ |
| H A D | sun3-head.S | 35 ENTRY(_stext)
|
| H A D | vmlinux-nommu.lds | 44 _stext = .; symbol
|
| /linux/arch/csky/kernel/ |
| H A D | vmlinux.lds.S | 31 _stext = .; symbol
|
| /linux/arch/mips/sgi-ip27/ |
| H A D | ip27-klnuma.c | 77 source_start = (unsigned long) _stext; in copy_kernel()
|
| /linux/arch/riscv/kernel/ |
| H A D | vmlinux-xip.lds.S | 42 _stext = .; symbol
|