OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDRAM_START
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/arch/evbarm/imx31/
imx31lk_start.S
37
#ifndef
SDRAM_START
38
#define
SDRAM_START
0x80000000
/src/sys/arch/evbarm/smdk2xx0/
smdk2800var.h
34
#ifndef
SDRAM_START
35
#define
SDRAM_START
S3C2800_DBANK0_START
smdk2410_start.S
52
#ifndef
SDRAM_START
53
#define
SDRAM_START
S3C2410_SDRAM_START
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)
smdk2410_machdep.c
153
#ifndef
SDRAM_START
154
#define
SDRAM_START
S3C2410_SDRAM_START
503
bootconfig.dram[0].address =
SDRAM_START
;
537
physical_freestart =
SDRAM_START
; /* XXX */
538
physical_freeend =
SDRAM_START
+ 0x00200000;
/src/sys/arch/evbarm/viper/
viper_start.S
56
#ifndef
SDRAM_START
57
#define
SDRAM_START
0xa0000000
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, */
/src/sys/arch/evbarm/mmnet/
mmnet_start.S
67
#ifndef
SDRAM_START
68
#define
SDRAM_START
0x20000000
194
MMU_INIT(
SDRAM_START
,
SDRAM_START
,
198
MMU_INIT(0xc0000000,
SDRAM_START
,
/src/sys/arch/evbarm/g42xxeb/
g42xxeb_start.S
38
#ifndef
SDRAM_START
39
#define
SDRAM_START
0xa0000000
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)
/src/sys/arch/evbarm/gumstix/
gumstix_start.S
230
#define
SDRAM_START
0xa0000000
233
MMU_INIT(
SDRAM_START
,
SDRAM_START
,
237
MMU_INIT(0xc0000000,
SDRAM_START
,
gumstix_machdep.c
406
#define
SDRAM_START
0xa0000000UL
408
if (uboot_args[r0] <
SDRAM_START
||
409
uboot_args[r0] >=
SDRAM_START
+ ram_size)
437
bootconfig.dram[0].address =
SDRAM_START
;
/src/sys/arch/evbarm/lubbock/
lubbock_start.S
38
#ifndef
SDRAM_START
39
#define
SDRAM_START
0xa0000000
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)
/src/sys/arch/evbarm/marvell/
marvell_start.S
71
#ifndef
SDRAM_START
72
#define
SDRAM_START
0x00000000
291
MMU_INIT(
SDRAM_START
,
SDRAM_START
,
295
MMU_INIT(KERNEL_BASE,
SDRAM_START
,
/src/sys/arch/evbarm/mpcsa/
mpcsa_start.S
48
#ifndef
SDRAM_START
49
#define
SDRAM_START
0x20000000
87
mov r2, #
SDRAM_START
/src/sys/arch/evbarm/stand/boot2440/
entry.S
40
#ifndef
SDRAM_START
41
#define
SDRAM_START
S3C2440_SDRAM_START
147
MMU_INIT(
SDRAM_START
,
SDRAM_START
, 64, L1_TYPE_S|L1_S_C|L1_S_AP(AP_KRW))
149
MMU_INIT(0xc0000000,
SDRAM_START
, 64, L1_TYPE_S|L1_S_C|L1_S_AP(AP_KRW))
/src/sys/arch/evbarm/stand/board/
s3c2800_vector.S
62
#ifndef
SDRAM_START
63
#define
SDRAM_START
S3C2800_DBANK0_START
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
/src/sys/arch/evbarm/mini2440/
mini2440_machdep.c
190
#ifndef
SDRAM_START
191
#define
SDRAM_START
S3C2440_SDRAM_START
529
bootconfig.dram[0].address =
SDRAM_START
;
547
physical_freestart =
SDRAM_START
; /* XXX */
548
physical_freeend =
SDRAM_START
+ KERNEL_OFFSET;
880
uvm_page_physload(atop(
SDRAM_START
), atop(physical_freeend_low),
881
atop(
SDRAM_START
), atop(physical_freeend_low),
Completed in 17 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025