Searched refs:_text (Results 51 - 75 of 76) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dvmlinux.lds.S86 _text = .; /* Text and read-only data */ define
H A Dsetup.c491 kernel_code.start = virt_to_phys(_text);
812 init_mm.start_code = (unsigned long) _text;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dcache.c362 size = (unsigned long)(_end - _text);
364 flush_kernel_dcache_range((unsigned long)_text, size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dsetup.c261 init_mm.start_code = (unsigned long) _text;
266 code_resource.start = virt_to_phys(_text);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/mm/
H A Dnuma.c323 extern char _text, _etext, _data, _edata;
342 codesize = (unsigned long) &_etext - (unsigned long) &_text;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dinit_32.c884 codesize = (unsigned long) &_etext - (unsigned long) &_text;
929 (unsigned long)&_text, (unsigned long)&_etext,
930 ((unsigned long)&_etext - (unsigned long)&_text) >> 10);
1004 unsigned long start = PFN_ALIGN(_text);
1018 unsigned long start = PFN_ALIGN(_text);
1032 unsigned long start = PFN_ALIGN(_text);
H A Dinit_64.c255 * from __START_KERNEL_map to __START_KERNEL_map + size (== _end-_text)
261 * We limit the mappings to the region from _text to _end. _end is
263 * well, as they are located before _text:
275 if (vaddr < (unsigned long) _text || vaddr > end)
698 codesize = (unsigned long) &_etext - (unsigned long) &_text;
725 unsigned long start = PFN_ALIGN(_text);
744 unsigned long start = PFN_ALIGN(_text);
761 unsigned long start = PFN_ALIGN(_text);
H A Dpageattr.c98 return __pa(_text) >> PAGE_SHIFT;
267 if (within(address, (unsigned long)_text, (unsigned long)_etext))
289 within(address, (unsigned long)_text,
758 if (!within(vaddr, (unsigned long)_text, _brk_end) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dinit.c417 codesize = (unsigned long) &_etext - (unsigned long) &_text;
422 if ((unsigned long) &_text > (unsigned long) CKSEG0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dalternative.c491 _text, _etext);
496 _text, _etext);
H A Dftrace.c235 if (within(ip, (unsigned long)_text, (unsigned long)_etext))
H A Dsetup.c799 init_mm.start_code = (unsigned long) _text;
804 code_resource.start = virt_to_phys(_text);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Ddyn.lds.S16 _text = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dvmlinux.lds.S42 _text = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dkcore.c590 kclist_add(&kcore_text, _text, _end - _text, KCORE_TEXT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dsetup.c989 if (PAGE_OFFSET + HV_GLUE_START_CPA + glue_size > (unsigned long)_text)
1268 init_mm.start_code = (unsigned long) _text;
1496 code_resource.start = __pa(_text - CODE_DELTA);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsetup.c501 code_resource.start = __pa_symbol(&_text);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip27/
H A Dip27-memory.c495 codesize = (unsigned long) &_etext - (unsigned long) &_text;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dsetup.c533 init_mm.start_code = (unsigned long)_text;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dinit.c553 MLK_ROUNDUP(_text, _etext),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dsetup.c442 code_resource.start = (unsigned long) &_text;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/generic/
H A Dsetup.c392 unsigned long eaddr = __pa_symbol(&_text);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dinit.c865 codesize = (unsigned long)&_etext - (unsigned long)&_text;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddma-debug.c881 if (overlap(addr, len, _text, _etext) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dsetup.c228 code_resource.start = ia64_tpa(_text);

Completed in 318 milliseconds

1234