Home
last modified time | relevance | path

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

/linux-6.15/arch/m68k/kernel/
H A Dsetup_no.c143 memblock_add(_rambase, memory_end - _rambase); in setup_arch()
144 memblock_reserve(_rambase, memory_start - _rambase); in setup_arch()
/linux-6.15/arch/m68k/mm/
H A Dmcfmmu.c158 m68k_memory[0].addr = _rambase; in cf_bootmem_alloc()
159 m68k_memory[0].size = _ramend - _rambase; in cf_bootmem_alloc()
165 num_pages = PFN_DOWN(_ramend - _rambase); in cf_bootmem_alloc()
169 min_low_pfn = PFN_DOWN(_rambase); in cf_bootmem_alloc()
174 memblock_reserve(_rambase, memstart - _rambase); in cf_bootmem_alloc()
/linux-6.15/arch/m68k/68000/
H A Dhead.S31 .global _rambase
50 _rambase: label
193 movel #CONFIG_RAMBASE,_rambase /* set the base of RAM */
/linux-6.15/arch/m68k/coldfire/
H A Dhead.S106 .global _rambase
123 _rambase: label
183 movel %a7,_rambase
/linux-6.15/arch/m68k/include/asm/
H A Dpage.h47 extern unsigned long _rambase;