Searched refs:RAMEND (Results 1 – 8 of 8) sorted by relevance
/arch/h8300/platform/h8300h/aki3068net/ |
D | crt0_ram.S | 17 #define RAMEND (__ramend - 0xc000) macro 19 #define RAMEND __ramend macro 22 #define RAMEND CONFIG_BLKDEV_RESERVE_ADDRESS macro 37 mov.l #RAMEND,sp
|
/arch/h8300/platform/h8300h/h8max/ |
D | crt0_ram.S | 17 #define RAMEND (__ramend - 0xc000) macro 19 #define RAMEND __ramend macro 22 #define RAMEND CONFIG_BLKDEV_RESERVE_ADDRESS macro 37 mov.l #RAMEND,sp
|
/arch/h8300/platform/h8300h/generic/ |
D | crt0_ram.S | 17 #define RAMEND (__ramend - 0xc000) macro 19 #define RAMEND __ramend macro 22 #define RAMEND CONFIG_BLKDEV_RESERVE_ADDRESS macro 37 mov.l #RAMEND,sp
|
/arch/h8300/platform/h8s/generic/ |
D | crt0_ram.S | 18 #define RAMEND (__ramend - 0xc000) macro 20 #define RAMEND __ramend macro 23 #define RAMEND CONFIG_BLKDEV_RESERVE_ADDRESS macro 38 mov.l #RAMEND,sp
|
/arch/h8300/platform/h8s/edosk2674/ |
D | crt0_ram.S | 18 #define RAMEND (__ramend - 0xc000) macro 20 #define RAMEND __ramend macro 23 #define RAMEND CONFIG_BLKDEV_RESERVE_ADDRESS macro 38 mov.l #RAMEND,sp
|
/arch/m68knommu/platform/68328/ |
D | head-rom.S | 30 #define RAMEND (CONFIG_RAMBASE + CONFIG_RAMSIZE) macro 52 moveal #RAMEND-CONFIG_MEMORY_RESERVE*0x100000 - 0x10, %sp 80 movel #RAMEND-CONFIG_MEMORY_RESERVE*0x100000, %d0
|
/arch/m68knommu/platform/68360/ |
D | head-ram.S | 27 #define RAMEND (CONFIG_RAMBASE + CONFIG_RAMSIZE) macro 107 movea.l #RAMEND, %sp /*set up stack at the end of DRAM:*/ 167 move.l #RAMEND, %d0 238 move.l #RAMEND, %d0 284 .long RAMEND /* Reset: Initial Stack Pointer - 0. */
|
D | head-rom.S | 27 #define RAMEND (CONFIG_RAMBASE + CONFIG_RAMSIZE) macro 118 movea.l #RAMEND, %sp /* set up stack at the end of DRAM:*/ 248 move.l #RAMEND, %d0 295 .long RAMEND /* Reset: Initial Stack Pointer - 0. */
|