Searched refs:_stext (Results 76 - 92 of 92) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dbootx_init.c567 for (ptr = ((unsigned long) &_stext) & PAGE_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dhead_64.S40 .globl start, _start, stext, _stext
43 _stext: label
H A Dhead_32.S76 .globl start, _stext, _start, __stext
80 _stext: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dsetup.c609 init_mm.start_code = (unsigned long)_stext;
633 _stext, _etext,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dfault.c504 if ((address >= (u64)_stext && address <= (u64)_etext) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/mm/
H A Dinit.c649 codesize = (unsigned long) _etext - (unsigned long) _stext;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Detm.c102 etm_setup_address_range(t, 1, (unsigned long)_stext,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dsetup.c290 hv_store_mapping((HV_VirtAddr)_stext,
291 (uint32_t)(_einittext - _stext), 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dc-r4k.c1108 begin = (unsigned long) &_stext;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dinit.c595 BUG_ON(address != (unsigned long)_stext);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhead_40x.S57 _ENTRY(_stext);
H A Dhead_44x.S56 _ENTRY(_stext);
H A Dhead_8xx.S43 _ENTRY(_stext);
H A Dhead_fsl_booke.S58 _ENTRY(_stext);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkexec.c1437 VMCOREINFO_SYMBOL(_stext);
H A Dlockdep.c561 unsigned long start = (unsigned long) &_stext,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh5/
H A Dentry.S467 movi _stext-CONFIG_PAGE_OFFSET, r0

Completed in 138 milliseconds

1234