Home
last modified time | relevance | path

Searched refs:RAMEND (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/m68k/68360/
Dhead-ram.S26 #define RAMEND (CONFIG_RAMBASE + CONFIG_RAMSIZE) macro
106 movea.l #RAMEND, %sp /*set up stack at the end of DRAM:*/
166 move.l #RAMEND, %d0
237 move.l #RAMEND, %d0
283 .long RAMEND /* Reset: Initial Stack Pointer - 0. */
Dhead-rom.S26 #define RAMEND (CONFIG_RAMBASE + CONFIG_RAMSIZE) macro
117 movea.l #RAMEND, %sp /* set up stack at the end of DRAM:*/
247 move.l #RAMEND, %d0
294 .long RAMEND /* Reset: Initial Stack Pointer - 0. */
/linux-4.4.14/arch/m68k/68000/
Dhead.S23 #define RAMEND (CONFIG_RAMBASE+CONFIG_RAMSIZE)-(CONFIG_MEMORY_RESERVE*0x100000) macro
25 #define RAMEND (CONFIG_RAMBASE+CONFIG_RAMSIZE) macro
193 movel #RAMEND, _ramend /* set end ram addr */