Searched refs:_rambase (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/m68k/coldfire/ |
D | m54xx.c | 90 m68k_memory[0].addr = _rambase; in mcf54xx_bootmem_alloc() 91 m68k_memory[0].size = _ramend - _rambase; in mcf54xx_bootmem_alloc() 94 num_pages = (_ramend - _rambase) >> PAGE_SHIFT; in mcf54xx_bootmem_alloc() 98 min_low_pfn = _rambase >> PAGE_SHIFT; in mcf54xx_bootmem_alloc() 103 m68k_virt_to_node_shift = fls(_ramend - _rambase - 1) - 6; in mcf54xx_bootmem_alloc()
|
D | head.S | 105 .global _rambase 122 _rambase: label 182 movel %a7,_rambase
|
/linux-4.1.27/arch/m68k/68000/ |
D | head.S | 30 .global _rambase 49 _rambase: label 192 movel #CONFIG_RAMBASE,_rambase /* set the base of RAM */
|
/linux-4.1.27/arch/m68k/68360/ |
D | head-rom.S | 18 .global _rambase 245 move.l #_sdata, _rambase 276 _rambase: label
|
D | head-ram.S | 18 .global _rambase 235 move.l #_sdata, _rambase 266 _rambase: label
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | page.h | 39 extern unsigned long _rambase;
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | sections.h | 13 extern unsigned long _ramstart, _ramend, _rambase;
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | setup.c | 46 unsigned long _rambase, _ramstart, _ramend; variable 562 _rambase = CONFIG_BOOT_LOAD; in memory_setup() 1429 ((int)memory_end - (int)_rambase) >> 10, 1430 _rambase, memory_end);
|