Searched refs:SDRAM_START (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/evbarm/smdk2xx0/
H A Dsmdk2800var.h34 #ifndef SDRAM_START
35 #define SDRAM_START S3C2800_DBANK0_START macro
H A Dsmdk2410_start.S52 #ifndef SDRAM_START
53 #define SDRAM_START S3C2410_SDRAM_START define
55 #define KERNEL_TEXT_ADDR (SDRAM_START+0x00200000)
141 mov r0,#SDRAM_START /* pagetable */
196 MMU_INIT(SDRAM_START, SDRAM_START, 64, L1_TYPE_S|L1_S_C|L1_S_AP_KRW)
198 MMU_INIT(0xc0000000, SDRAM_START, 64, L1_TYPE_S|L1_S_C|L1_S_AP_KRW)
H A Dsmdk2800_start.S52 #define KERNEL_TEXT_ADDR (SDRAM_START+0x00200000)
113 mov r0,#SDRAM_START /* pagetable */
159 MMU_INIT(SDRAM_START, SDRAM_START, 64, L1_TYPE_S|L1_S_C|L1_S_AP_KRW)
161 MMU_INIT(0xc0000000, SDRAM_START, 64, L1_TYPE_S|L1_S_C|L1_S_AP_KRW)
H A Dsmdk2410_machdep.c152 #ifndef SDRAM_START
153 #define SDRAM_START S3C2410_SDRAM_START macro
538 bootconfig.dram[0].address = SDRAM_START;
572 physical_freestart = SDRAM_START; /* XXX */
573 physical_freeend = SDRAM_START + 0x00200000;
H A Dsmdk2800_machdep.c442 bootconfig.dram[0].address = SDRAM_START;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_start.S38 #ifndef SDRAM_START
39 #define SDRAM_START 0xa0000000 define
76 mov r2, #SDRAM_START
157 MMU_INIT(SDRAM_START, SDRAM_START, 64, L1_TYPE_S|L1_S_C|L1_S_AP_KRW)
161 MMU_INIT(0xc0000000, SDRAM_START, 64, L1_TYPE_S|L1_S_C|L1_S_AP_KRW)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/lubbock/
H A Dlubbock_start.S38 #ifndef SDRAM_START
39 #define SDRAM_START 0xa0000000 define
76 mov r2, #SDRAM_START
158 MMU_INIT(SDRAM_START, SDRAM_START, 64, L1_TYPE_S|L1_S_C|L1_S_AP_KRW)
162 MMU_INIT(0xc0000000, SDRAM_START, 64, L1_TYPE_S|L1_S_C|L1_S_AP_KRW)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/stand/board/
H A Ds3c2800_vector.S62 #ifndef SDRAM_START
63 #define SDRAM_START S3C2800_DBANK0_START define
146 cmp r0, #SDRAM_START
177 ldr r1, =(SDRAM_START+TEMP_STACK_SIZE)
180 ldrlo sp, =(SDRAM_START+SDRAM_SIZE)
188 cmp r0, #SDRAM_START
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/imx31/
H A Dimx31lk_start.S49 #ifndef SDRAM_START
50 #define SDRAM_START 0x80000000 define
81 mov r3, #SDRAM_START /* map to 0x800.. */
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/marvell/
H A Dmarvell_start.S69 #ifndef SDRAM_START
70 #define SDRAM_START 0x00000000 define
200 MMU_INIT(SDRAM_START, SDRAM_START,
204 MMU_INIT(0xc0000000, SDRAM_START,
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/mmnet/
H A Dmmnet_start.S67 #ifndef SDRAM_START
68 #define SDRAM_START 0x20000000 define
194 MMU_INIT(SDRAM_START, SDRAM_START,
198 MMU_INIT(0xc0000000, SDRAM_START,
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/stand/boot2440/
H A Dentry.S40 #ifndef SDRAM_START
41 #define SDRAM_START S3C2440_SDRAM_START define
151 MMU_INIT(SDRAM_START, SDRAM_START, 64, L1_TYPE_S|L1_S_C|L1_S_AP(AP_KRW))
153 MMU_INIT(0xc0000000, SDRAM_START, 64, L1_TYPE_S|L1_S_C|L1_S_AP(AP_KRW))
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/gumstix/
H A Dgumstix_start.S250 #define SDRAM_START 0xa0000000 define
253 MMU_INIT(SDRAM_START, SDRAM_START,
257 MMU_INIT(0xc0000000, SDRAM_START,
261 #define SDRAM_START 0x80000000 define
264 MMU_INIT(KERNEL_BASE, SDRAM_START,
H A Dgumstix_machdep.c582 #define SDRAM_START 0xa0000000UL macro
584 #define SDRAM_START 0x80000000UL macro
586 if (((uint32_t)u_boot_args[r0] & 0xf0000000) != SDRAM_START)
610 memstart = SDRAM_START;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/viper/
H A Dviper_start.S56 #ifndef SDRAM_START
57 #define SDRAM_START 0xa0000000 define
89 mov r3, #SDRAM_START /* map to 0xa00.. */
109 mov r3, #SDRAM_START /* map to 0xa00.. */
202 add r0, r0, #SDRAM_START /* offset to SDRAM mapping */
208 mov r2, #SDRAM_START /* target address, */
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/netwalker/
H A Dnetwalker_start.S81 #ifndef SDRAM_START
82 #define SDRAM_START CSD0DDR_BASE define
84 #define KERNEL_TEXT_ADDR (SDRAM_START+0x00100000)
107 ldr sp,=SDRAM_START+0x4000
287 MMU_INIT(SDRAM_START, SDRAM_START,
292 MMU_INIT(0xc0000000, SDRAM_START,
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/mpcsa/
H A Dmpcsa_start.S48 #ifndef SDRAM_START
49 #define SDRAM_START 0x20000000 define
87 mov r2, #SDRAM_START
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/mini2440/
H A Dmini2440_machdep.c188 #ifndef SDRAM_START
189 #define SDRAM_START S3C2440_SDRAM_START macro
566 bootconfig.dram[0].address = SDRAM_START;
584 physical_freestart = SDRAM_START; /* XXX */
585 physical_freeend = SDRAM_START + KERNEL_OFFSET;
917 uvm_page_physload(atop(SDRAM_START), atop(physical_freeend_low),
918 atop(SDRAM_START), atop(physical_freeend_low),

Completed in 180 milliseconds