Home
last modified time | relevance | path

Searched refs:_rambase (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/m68k/kernel/
H A Dsetup_no.c144 memblock_add(_rambase, memory_end - _rambase); in setup_arch()
145 memblock_reserve(_rambase, memory_start - _rambase); in setup_arch()
/openbmc/linux/arch/m68k/mm/
H A Dmcfmmu.c165 m68k_memory[0].addr = _rambase; in cf_bootmem_alloc()
166 m68k_memory[0].size = _ramend - _rambase; in cf_bootmem_alloc()
172 num_pages = PFN_DOWN(_ramend - _rambase); in cf_bootmem_alloc()
176 min_low_pfn = PFN_DOWN(_rambase); in cf_bootmem_alloc()
181 memblock_reserve(_rambase, memstart - _rambase); in cf_bootmem_alloc()
/openbmc/linux/arch/m68k/68000/
H A Dhead.S31 .global _rambase
50 _rambase: label
193 movel #CONFIG_RAMBASE,_rambase /* set the base of RAM */
/openbmc/linux/arch/m68k/coldfire/
H A Dhead.S106 .global _rambase
123 _rambase: label
183 movel %a7,_rambase
/openbmc/linux/arch/m68k/include/asm/
H A Dpage.h53 extern unsigned long _rambase;