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

/linux-4.4.14/arch/m68k/coldfire/
H A Dm54xx.c90 /* _rambase and _ramend will be naturally page aligned */ mcf54xx_bootmem_alloc()
91 m68k_memory[0].addr = _rambase; mcf54xx_bootmem_alloc()
92 m68k_memory[0].size = _ramend - _rambase; mcf54xx_bootmem_alloc()
95 num_pages = PFN_DOWN(_ramend - _rambase); mcf54xx_bootmem_alloc()
99 min_low_pfn = PFN_DOWN(_rambase); mcf54xx_bootmem_alloc()
104 m68k_virt_to_node_shift = fls(_ramend - _rambase - 1) - 6; mcf54xx_bootmem_alloc()
H A Dhead.S105 .global _rambase
122 _rambase: label
182 movel %a7,_rambase
/linux-4.4.14/arch/m68k/include/asm/
H A Dpage.h39 extern unsigned long _rambase;
/linux-4.4.14/arch/blackfin/include/asm/
H A Dsections.h13 extern unsigned long _ramstart, _ramend, _rambase;
/linux-4.4.14/arch/m68k/68000/
H A Dhead.S30 .global _rambase
49 _rambase: label
192 movel #CONFIG_RAMBASE,_rambase /* set the base of RAM */
/linux-4.4.14/arch/m68k/68360/
H A Dhead-ram.S18 .global _rambase
235 move.l #_sdata, _rambase
266 _rambase: label
H A Dhead-rom.S18 .global _rambase
245 move.l #_sdata, _rambase
276 _rambase: label
/linux-4.4.14/arch/blackfin/kernel/
H A Dsetup.c46 unsigned long _rambase, _ramstart, _ramend; variable
546 * [_rambase, _ramstart]: kernel image
562 _rambase = CONFIG_BOOT_LOAD; memory_setup()
1429 ((int)memory_end - (int)_rambase) >> 10, show_cpuinfo()
1430 _rambase, memory_end); show_cpuinfo()

Completed in 238 milliseconds