Home
last modified time | relevance | path

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

/linux/arch/m68k/mm/
H A Dmcfmmu.c156 m68k_memory[0].size = _ramend - _rambase; in cf_bootmem_alloc()
162 num_pages = PFN_DOWN(_ramend - _rambase); in cf_bootmem_alloc()
167 max_pfn = max_low_pfn = PFN_DOWN(_ramend); in cf_bootmem_alloc()
168 high_memory = (void *)_ramend; in cf_bootmem_alloc()
173 m68k_virt_to_node_shift = fls(_ramend - 1) - 6; in cf_bootmem_alloc()
/linux/arch/m68k/68000/
H A Dhead.S34 .global _ramend symbol
56 _ramend: label
194 movel #RAMEND, _ramend /* set end ram addr */
/linux/arch/m68k/coldfire/
H A Dhead.S109 .global _ramend symbol
129 _ramend: label
187 movel %d0,_ramend /* set end ram addr */
/linux/arch/m68k/include/asm/
H A Dpage.h49 extern unsigned long _ramend;
/linux/arch/m68k/kernel/
H A Dsetup_no.c85 memory_end = _ramend; in setup_arch()