Searched refs:_stext (Results 1 - 25 of 96) sorted by relevance

1234

/arch/powerpc/include/asm/
H A Dsections.h19 if (addr >= (unsigned long)_stext && addr < (unsigned long)__init_end)
29 real_start = __start_interrupts - _stext;
30 real_end = __end_interrupts - _stext;
39 (unsigned long)_stext < end;
/arch/cris/boot/compressed/
H A Ddecompress_v10.lds14 _stext = . ;
H A Ddecompress_v32.lds14 _stext = . ;
/arch/arm/boot/bootp/
H A Dbootp.lds16 _stext = .;
/arch/cris/boot/rescue/
H A Drescue_v32.lds18 _stext = . ;
/arch/score/kernel/
H A Dvmlinux.lds.S31 ENTRY(_stext) function
H A Dhead.S35 ENTRY(_stext) function
/arch/unicore32/kernel/
H A Dvmlinux.lds.S36 _stext = .; define
/arch/hexagon/kernel/
H A Dvmlinux.lds.S48 _stext = .; define
/arch/openrisc/kernel/
H A Dvmlinux.lds.S47 _stext = .; define
/arch/powerpc/kernel/
H A Dhead_64.S67 .globl _stext
68 _stext: label
134 std r24,__secondary_hold_acknowledge-_stext(0)
142 100: ld r12,__secondary_hold_spinloop-_stext(r26)
359 addis r26,r26,(_stext - 0b)@ha
360 addi r26,r26,(_stext - 0b)@l /* current runtime base addr */
444 lwz r7,__run_at_load-_stext(r26)
453 * We need to run with _stext at physical address PHYSICAL_START.
477 lwz r7,__run_at_load-_stext(r26)
482 LOAD_REG_IMMEDIATE(r5, __end_interrupts - _stext)
[all...]
/arch/alpha/kernel/
H A Dhead.S16 .globl _stext
20 _stext: label
/arch/arc/kernel/
H A Dvmlinux.lds.S15 ENTRY(_stext) function
63 _stext = .; define
/arch/s390/kernel/
H A Dhead31.S42 lpsw .Lentry-.LPG1(13) # jump to _stext in primary-space,
45 .Lentry:.long 0x00080000,0x80000000 + _stext
84 ENTRY(_stext) function
/arch/cris/kernel/
H A Dtraps.c41 extern char _stext, _etext;
68 if (((addr >= (unsigned long)&_stext) &&
H A Dvmlinux.lds.S40 _stext = .; define
/arch/m68k/kernel/
H A Dvmlinux-nommu.lds43 _stext = .;
/arch/avr32/kernel/
H A Dvmlinux.lds.S49 _stext = .; define
/arch/mn10300/kernel/
H A Dvmlinux.lds.S27 _stext = .; define
/arch/tile/kernel/
H A Dvmlinux.lds.S41 _stext = .; define
/arch/um/kernel/
H A Duml.lds.S28 _stext = .; define
/arch/unicore32/mm/
H A Dproc-macros.S139 ldw \t2, =_stext @ _stext must ALIGN(4096)
/arch/arm64/kernel/
H A Dvmlinux.lds.S84 _stext = .; /* Text and read-only data */ define
/arch/c6x/kernel/
H A Dvmlinux.lds.S70 _stext = .; define
/arch/frv/kernel/
H A Dvmlinux.lds.S58 _stext = .; define

Completed in 497 milliseconds

1234