Home
last modified time | relevance | path

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

1234

/arch/powerpc/include/asm/
Dsections.h15 if (addr >= (unsigned long)_stext && addr < (unsigned long)__init_end) in in_kernel_text()
24 (unsigned long)_stext < end; in overlaps_kernel_text()
/arch/arm/mm/
Dnommu.c32 reserve_bootmem_node(pgdat, __pa(_stext), _end - _stext, in reserve_node_zero()
/arch/m68knommu/platform/68328/
Dhead-ram.S10 .global _stext symbol
20 _stext: label
73 moveal #_stext, %a1
Dhead-rom.S3 .global _stext symbol
39 _stext: movew #0x2700,%sr label
Dhead-pilot.S19 .global _stext symbol
62 _stext: label
/arch/cris/mm/
Dinit.c19 extern char _stext, _edata, _etext; /* From linkerscript */
51 codesize = (unsigned long) &_etext - (unsigned long) &_stext; in mem_init()
/arch/s390/kernel/
Dhead31.S38 lpsw .Lentry-.LPG1(13) # jump to _stext in primary-space,
41 .Lentry:.long 0x00080000,0x80000000 + _stext
83 .globl _stext symbol
84 _stext: basr %r13,0 # get base label
Dhead64.S106 lpswe .Lentry-.LPG1(13) # jump to _stext in primary-space,
109 .Lentry:.quad 0x0000000180000000,_stext
158 .globl _stext symbol
159 _stext: basr %r13,0 # get base label
/arch/m68knommu/kernel/
Dsetup.c111 extern int _stext, _etext, _sdata, _edata, _sbss, _ebss, _end;
121 init_mm.start_code = (unsigned long) &_stext; in setup_arch()
171 "BSS=0x%06x-0x%06x\n", (int) &_stext, (int) &_etext, in setup_arch()
/arch/h8300/kernel/
Dsetup.c57 extern int _stext, _etext, _sdata, _edata, _sbss, _ebss, _end;
122 init_mm.start_code = (unsigned long) &_stext; in setup_arch()
138 "BSS=0x%06x-0x%06x\n", (int) &_stext, (int) &_etext, in setup_arch()
/arch/alpha/kernel/
Dhead.S15 .globl _stext symbol
21 _stext: label
/arch/cris/kernel/
Dtraps.c40 extern char _stext, _etext; in show_trace()
67 if (((addr >= (unsigned long)&_stext) && in show_trace()
/arch/m68knommu/mm/
Dinit.c127 extern char _etext, _stext, _sdata, _ebss, __init_begin, __init_end; in mem_init()
146 codek = (&_etext - &_stext) >> 10; in mem_init()
/arch/h8300/mm/
Dinit.c127 extern char _etext, _stext, _sdata, _ebss, __init_begin, __init_end; in mem_init()
146 codek = (&_etext - &_stext) >> 10; in mem_init()
/arch/powerpc/kernel/
Dhead_64.S74 .globl _stext symbol
75 _stext: label
145 std r24,__secondary_hold_acknowledge-_stext(0)
149 100: ld r4,__secondary_hold_spinloop-_stext(0)
1330 addis r26,r26,(_stext - 0b)@ha
1331 addi r26,r26,(_stext - 0b)@l /* current runtime base addr */
1402 lwz r7,__run_at_load-_stext(r26)
1430 lwz r7,__run_at_load-_stext(r26)
1434 li r5,__end_interrupts - _stext /* just copy interrupts */
1438 lis r5,(copy_to_here - _stext)@ha
[all …]
Dmachine_kexec.c118 if (overlaps_crashkernel(__pa(_stext), _end - _stext)) { in reserve_crashkernel()
Dpaca.c84 new_paca->kernelbase = (unsigned long) _stext; in initialise_pacas()
/arch/frv/mm/
Dinit.c146 codek = ((unsigned long) &_etext - (unsigned long) &_stext) >> 10; in mem_init()
150 codek = (_etext - _stext) >> 10; in mem_init()
/arch/arm/kernel/
Dvmlinux.lds.S27 _stext = .; symbol
72 __init_begin = _stext;
/arch/cris/arch-v32/boot/compressed/
Ddecompress.lds14 _stext = . ;
/arch/cris/arch-v10/boot/compressed/
Ddecompress.lds14 _stext = . ;
/arch/sparc/mm/
Dbtfixup.c30 extern unsigned int _stext[], _end[], __start___ksymtab[], __stop___ksymtab[];
103 && ((p[1] & 3) || (unsigned *)(p[1]) < _stext || (unsigned *)(p[1]) >= _end)) { in btfixup()
138 if (addr < _stext || addr >= _end) { in btfixup()
/arch/um/include/shared/
Das-layout.h55 extern unsigned long _stext, _etext, _sdata, _edata, __bss_start, _end;
/arch/cris/arch-v32/boot/rescue/
Drescue.lds18 _stext = . ;
/arch/m68knommu/platform/68360/
Dhead-ram.S16 .global _stext symbol
103 _stext: label
209 moveal #_stext, %a0

1234