OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRAM_BLOCKS
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/arch/netwinder/include/
bootconfig.h
52
#define
DRAM_BLOCKS
1
55
PhysMem dram[
DRAM_BLOCKS
];
/src/sys/arch/epoc32/include/
bootconfig.h
46
#ifndef
DRAM_BLOCKS
47
#define
DRAM_BLOCKS
16
52
PhysMem dram[
DRAM_BLOCKS
];
/src/sys/arch/evbarm/include/
bootconfig.h
56
#ifndef
DRAM_BLOCKS
57
#define
DRAM_BLOCKS
2
62
PhysMem dram[
DRAM_BLOCKS
];
/src/sys/arch/cats/include/
bootconfig.h
54
#define
DRAM_BLOCKS
1
57
PhysMem dram[
DRAM_BLOCKS
];
/src/sys/arch/hpcarm/include/
bootconfig.h
54
#define
DRAM_BLOCKS
1
57
PhysMem dram[
DRAM_BLOCKS
];
/src/sys/arch/shark/include/
bootconfig.h
69
#define
DRAM_BLOCKS
33
72
PhysMem dram[
DRAM_BLOCKS
];
/src/sys/arch/zaurus/include/
bootconfig.h
56
#define
DRAM_BLOCKS
1
59
PhysMem dram[
DRAM_BLOCKS
];
/src/sys/arch/acorn32/include/
bootconfig.h
38
#define
DRAM_BLOCKS
32
90
phys_mem dram[
DRAM_BLOCKS
];
/src/sys/arch/iyonix/include/
bootconfig.h
38
#define
DRAM_BLOCKS
32
90
phys_mem dram[
DRAM_BLOCKS
];
/src/sys/arch/evbarm/integrator/
int_bus_dma.c
61
static struct arm32_dma_range integrator_dma_ranges[
DRAM_BLOCKS
];
/src/sys/arch/evbarm/mmnet/
mmnet_machdep.c
106
#define
DRAM_BLOCKS
1
/src/sys/arch/evbarm/mpcsa/
mpcsa_machdep.c
117
#define
DRAM_BLOCKS
1
/src/sys/arch/evbarm/armadillo/
armadillo9_machdep.c
144
#define
DRAM_BLOCKS
4
488
if (bootconfig.dramblocks <
DRAM_BLOCKS
) {
/src/sys/arch/acorn32/stand/boot32/
boot32.c
104
int
dram_blocks
, podram_blocks; /* number of mem. objects/type */
variable in typeref:typename:int
107
u_long DRAM_addr[
DRAM_BLOCKS
], DRAM_pages[
DRAM_BLOCKS
];
294
vram_blocks =
dram_blocks
= rom_blocks = io_blocks = podram_blocks = 0;
323
DRAM_addr[
dram_blocks
] =
325
DRAM_pages[
dram_blocks
] =
327
dram_blocks
++;
397
top_bank =
dram_blocks
-1;
410
dram_blocks
++;
421
dram_blocks
--
[
all
...]
/src/sys/arch/aarch64/aarch64/
aarch64_machdep.c
374
KDASSERT(bootconfig.dramblocks <=
DRAM_BLOCKS
);
/src/sys/arch/shark/ofw/
ofw.c
864
if (
DRAM_BLOCKS
< (availcnt + 1))
/src/sys/arch/arm/broadcom/
bcm283x_platform.c
766
for (int i = 0; i < n && i <
DRAM_BLOCKS
; i++) {
Completed in 18 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025