Home
last modified time | relevance | path

Searched refs:_rambase (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/mm/
H A Dmcfmmu.c173 /* _rambase and _ramend will be naturally page aligned */ in cf_bootmem_alloc()
174 m68k_memory[0].addr = _rambase; in cf_bootmem_alloc()
175 m68k_memory[0].size = _ramend - _rambase; in cf_bootmem_alloc()
180 num_pages = PFN_DOWN(_ramend - _rambase); in cf_bootmem_alloc()
184 min_low_pfn = PFN_DOWN(_rambase); in cf_bootmem_alloc()
189 memblock_reserve(_rambase, memstart - _rambase); in cf_bootmem_alloc()
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dsetup_no.c141 memblock_add(_rambase, memory_end - _rambase); in setup_arch()
142 memblock_reserve(_rambase, memory_start - _rambase); in setup_arch()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/arch/m68k/mm/
H A Dmcfmmu.c164 /* _rambase and _ramend will be naturally page aligned */ in cf_bootmem_alloc()
165 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()
/kernel/linux/linux-5.10/arch/m68k/68000/
H A Dhead.S31 .global _rambase
50 _rambase: label
193 movel #CONFIG_RAMBASE,_rambase /* set the base of RAM */
/kernel/linux/linux-6.6/arch/m68k/68000/
H A Dhead.S31 .global _rambase
50 _rambase: label
193 movel #CONFIG_RAMBASE,_rambase /* set the base of RAM */
/kernel/linux/linux-5.10/arch/m68k/coldfire/
H A Dhead.S106 .global _rambase
123 _rambase: label
183 movel %a7,_rambase
/kernel/linux/linux-6.6/arch/m68k/coldfire/
H A Dhead.S106 .global _rambase
123 _rambase: label
183 movel %a7,_rambase
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dpage.h53 extern unsigned long _rambase;
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dpage.h53 extern unsigned long _rambase;

Completed in 4 milliseconds