/linux-6.3-rc2/include/trace/events/ |
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-6.3-rc2/arch/powerpc/include/asm/ |
A D | sections.h | 59 real_start = __start_interrupts - _stext; in overlaps_interrupt_vector_text() 60 real_end = __end_interrupts - _stext; in overlaps_interrupt_vector_text() 69 (unsigned long)_stext < end; in overlaps_kernel_text()
|
/linux-6.3-rc2/include/asm-generic/ |
A D | sections.h | 35 extern char _text[], _stext[], _etext[]; 208 return addr >= (unsigned long)_stext && in __is_kernel_text() 224 return ((addr >= (unsigned long)_stext && in __is_kernel()
|
/linux-6.3-rc2/arch/nios2/kernel/ |
A D | setup.c | 157 setup_initial_init_mm(_stext, _etext, _edata, _end); in setup_arch() 166 memblock_reserve(__pa_symbol(_stext), _end - _stext); in setup_arch()
|
A D | vmlinux.lds.S | 22 _stext = .; symbol
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | kaslr.c | 72 module_range = SZ_2G - (u64)(_end - _stext); in kaslr_init() 84 module_range = MODULES_VSIZE - (u64)(_etext - _stext); in kaslr_init()
|
A D | setup.c | 227 kernel_code.start = __pa_symbol(_stext); in request_standard_resources() 295 setup_initial_init_mm(_stext, _etext, _edata, _end); in setup_arch()
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | vmlinux.lds.S | 42 _stext = .; /* Start of text section */ symbol 206 QUAD(_stext) /* default_lma */ 208 QUAD(__bss_start - _stext) /* image_size */
|
/linux-6.3-rc2/arch/powerpc/mm/ |
A D | pgtable_32.c | 154 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()
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | head.S | 17 .globl _stext 21 _stext: label
|
/linux-6.3-rc2/arch/m68k/kernel/ |
A D | setup_no.c | 88 setup_initial_init_mm(_stext, _etext, _edata, NULL); in setup_arch() 140 _stext, _etext, _sdata, _edata, __bss_start, __bss_stop); in setup_arch()
|
/linux-6.3-rc2/arch/openrisc/kernel/ |
A D | setup.c | 76 memblock_reserve(__pa(_stext), _end - _stext); in setup_memory() 282 setup_initial_init_mm(_stext, _etext, _edata, _end); in setup_arch()
|
A D | vmlinux.lds.S | 52 _stext = .; symbol
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | orc_lookup.h | 29 #define LOOKUP_START_IP (unsigned long)_stext
|
/linux-6.3-rc2/arch/powerpc/mm/nohash/ |
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-6.3-rc2/arch/s390/mm/ |
A D | vmem.c | 684 .base = __pa(_stext), in vmem_map_init() 685 .size = _etext - _stext, in vmem_map_init() 736 __set_memory((unsigned long)_stext, in vmem_map_init() 737 (unsigned long)(_etext - _stext) >> PAGE_SHIFT, in vmem_map_init() 755 (unsigned long)(__end_rodata - _stext) >> 10); in vmem_map_init()
|
A D | dump_pagetables.c | 54 [IDENTITY_BEFORE_END_NR] = {(unsigned long)_stext, "Identity Mapping End"}, 57 [KERNEL_START_NR] = {(unsigned long)_stext, "Kernel Image Start"},
|
/linux-6.3-rc2/arch/powerpc/kexec/ |
A D | core.c | 167 if (overlaps_crashkernel(__pa(_stext), _end - _stext)) { in reserve_crashkernel()
|
/linux-6.3-rc2/arch/arm/boot/bootp/ |
A D | bootp.lds | 13 _stext = .; symbol
|
/linux-6.3-rc2/kernel/ |
A D | profile.c | 107 prof_len = (_etext - _stext) >> prof_shift; in profile_init() 222 pc = min((pc - (unsigned long)_stext) >> prof_shift, prof_len - 1); in do_profile_hits() 320 pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift; in do_profile_hits()
|
/linux-6.3-rc2/arch/hexagon/kernel/ |
A D | vmlinux.lds.S | 37 _stext = .; symbol
|
/linux-6.3-rc2/arch/arm64/mm/ |
A D | init.c | 402 memblock_reserve(__pa_symbol(_stext), _end - _stext); in arm64_memblock_init()
|
/linux-6.3-rc2/arch/um/kernel/ |
A D | uml.lds.S | 35 _stext = .;
|
/linux-6.3-rc2/arch/arc/kernel/ |
A D | vmlinux.lds.S | 85 _stext = .; symbol
|
/linux-6.3-rc2/arch/riscv/kernel/ |
A D | vmlinux.lds.S | 43 _stext = .; symbol
|