Searched refs:_rambase (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/68328/
H A Dhead-rom.S5 .global _rambase
23 _rambase: label
77 movel %d0, _rambase
H A Dhead-de2.S20 .global _rambase
30 _rambase: label
H A Dhead-pilot.S22 .global _rambase
52 _rambase: label
179 movel %d0, _rambase
H A Dhead-ram.S5 .global _rambase
127 _rambase: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/coldfire/
H A Dhead.S105 .global _rambase
122 _rambase: label
167 movel %a7,_rambase
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/mm/
H A Dinit.c124 extern unsigned int _ramend, _rambase;
125 unsigned long len = _ramend - _rambase;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mm/
H A Dinit.c116 /* do not count in kernel image between _rambase and _ramstart */
117 reservedpages -= (_ramstart - _rambase) >> PAGE_SHIFT;
124 datak = ((_ramstart - _rambase) >> 10) - codek - initk;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dsections.h13 extern unsigned long _ramstart, _ramend, _rambase;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/68360/
H A Dhead-ram.S19 .global _rambase
236 move.l #_sdata, _rambase
267 _rambase: label
H A Dhead-rom.S19 .global _rambase
246 move.l #_sdata, _rambase
277 _rambase: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dsetup.c37 unsigned long _rambase, _ramstart, _ramend; variable
491 * [_rambase, _ramstart]: kernel image
507 _rambase = CONFIG_BOOT_LOAD;
1271 ((int)memory_end - (int)_rambase) >> 10,
1272 (void *)_rambase,

Completed in 90 milliseconds