Searched refs:_rambase (Results 1 – 5 of 5) sorted by relevance
144 memblock_add(_rambase, memory_end - _rambase); in setup_arch()145 memblock_reserve(_rambase, memory_start - _rambase); in setup_arch()
164 m68k_memory[0].addr = _rambase; in cf_bootmem_alloc()165 m68k_memory[0].size = _ramend - _rambase; in cf_bootmem_alloc()171 num_pages = PFN_DOWN(_ramend - _rambase); in cf_bootmem_alloc()175 min_low_pfn = PFN_DOWN(_rambase); in cf_bootmem_alloc()180 memblock_reserve(_rambase, memstart - _rambase); in cf_bootmem_alloc()
31 .global _rambase symbol50 _rambase: label193 movel #CONFIG_RAMBASE,_rambase /* set the base of RAM */
106 .global _rambase symbol123 _rambase: label183 movel %a7,_rambase
49 extern unsigned long _rambase;