Home
last modified time | relevance | path

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

/linux-6.12.1/arch/m68k/68000/
Dhead.S33 .global _ramstart symbol
54 _ramstart: label
196 movel %a1,_ramstart
217 movel %a1, _ramstart /* set start of ram */
/linux-6.12.1/arch/m68k/coldfire/
Dhead.S108 .global _ramstart symbol
127 _ramstart: label
244 movel %a1,_ramstart /* set start of ram */
254 movel %a1,_ramstart
/linux-6.12.1/arch/m68k/include/asm/
Dpage.h50 extern unsigned long _ramstart;
/linux-6.12.1/arch/m68k/kernel/
Dsetup_no.c85 memory_start = PAGE_ALIGN(_ramstart); in setup_arch()
/linux-6.12.1/arch/m68k/mm/
Dmcfmmu.c174 memstart = PAGE_ALIGN(_ramstart); in cf_bootmem_alloc()