Searched refs:dram (Results 1 - 25 of 59) sorted by relevance

123

/netbsd-current/sys/arch/netwinder/include/
H A Dbootconfig.h55 PhysMem dram[DRAM_BLOCKS]; member in struct:_BootConfig
/netbsd-current/sys/arch/cats/include/
H A Dbootconfig.h57 PhysMem dram[DRAM_BLOCKS]; member in struct:_BootConfig
/netbsd-current/sys/arch/epoc32/include/
H A Dbootconfig.h52 PhysMem dram[DRAM_BLOCKS]; member in struct:_BootConfig
/netbsd-current/sys/arch/hpcarm/include/
H A Dbootconfig.h57 PhysMem dram[DRAM_BLOCKS]; member in struct:_BootConfig
/netbsd-current/sys/arch/zaurus/include/
H A Dbootconfig.h59 PhysMem dram[DRAM_BLOCKS]; member in struct:_BootConfig
/netbsd-current/sys/arch/shark/include/
H A Dbootconfig.h72 PhysMem dram[DRAM_BLOCKS]; member in struct:_BootConfig
/netbsd-current/sys/arch/evbarm/include/
H A Dbootconfig.h62 PhysMem dram[DRAM_BLOCKS]; member in struct:_BootConfig
/netbsd-current/sys/arch/epoc32/epoc32/
H A Dmachdep.c199 bootconfig.dram[i].address = memory->address;
200 bootconfig.dram[i].pages = memory->size / PAGE_SIZE;
234 physical_start = bootconfig.dram[0].address;
235 physical_freestart = bootconfig.dram[0].address;
308 PhysMem *dram = bootconfig.dram; local
318 size = dram[i].pages * PAGE_SIZE - physical;
322 KERNEL_BASE + logical, dram[i].address + physical,
328 if (physical >= dram[i].pages * PAGE_SIZE) {
330 size = dram[
[all...]
/netbsd-current/sys/arch/acorn32/acorn32/
H A Drpc_machdep.c336 * XXX supposed to be mapped into bootconfig.dram[0].
515 printf("0x%x + 0x%0x, type = 0x%08x\n", bootconfig.dram[loop].address,
516 bootconfig.dram[loop].pages * PAGE_SIZE,
517 bootconfig.dram[loop].flags);
519 if (bootconfig.dram[loop].address < physical_start)
520 physical_start = bootconfig.dram[loop].address;
521 memoryblock_end = bootconfig.dram[loop].address +
522 bootconfig.dram[loop].pages * PAGE_SIZE;
525 physmem += bootconfig.dram[loop].pages;
526 if (bootconfig.dram[loo
[all...]
/netbsd-current/sys/arch/evbarm/integrator/
H A Dint_bus_dma.c73 if (bootconfig.dram[i].flags & BOOT_DRAM_CAN_DMA) {
74 dr[nranges].dr_sysbase = bootconfig.dram[i].address;
77 dr[nranges].dr_len = bootconfig.dram[i].pages * NBPG;
H A Dintegrator_machdep.c358 bootconfig.dram[0].address = memstart;
359 bootconfig.dram[0].pages = memsize / PAGE_SIZE;
360 bootconfig.dram[0].flags = BOOT_DRAM_CAN_DMA;
362 arm32_bootmem_init(bootconfig.dram[0].address,
363 bootconfig.dram[0].pages * PAGE_SIZE, (unsigned int) KERNEL_BASE_phys);
/netbsd-current/sys/arch/acorn32/eb7500atx/
H A Deb7500atx_machdep.c313 * XXX supposed to be mapped into bootconfig.dram[0].
426 * physical address 0x01000000 -> 0x01ffffff (DRAM0a, dram[0])
464 if (bootconfig.dram[loop].address < physical_start)
465 physical_start = bootconfig.dram[loop].address;
466 memoryblock_end = bootconfig.dram[loop].address +
467 bootconfig.dram[loop].pages * PAGE_SIZE;
470 physmem += bootconfig.dram[loop].pages;
478 if (physical_start != bootconfig.dram[0].address) {
485 /* hack hack - throw away the slow dram */
487 if (bootconfig.dram[loo
[all...]
/netbsd-current/sys/arch/aarch64/aarch64/
H A Daarch64_machdep.c169 start = trunc_page(bootconfig.dram[blk].address);
170 end = round_page(bootconfig.dram[blk].address +
171 (uint64_t)bootconfig.dram[blk].pages * PAGE_SIZE);
292 physical_start = bootconfig.dram[0].address;
293 physical_end = bootconfig.dram[bootconfig.dramblocks - 1].address +
294 ptoa(bootconfig.dram[bootconfig.dramblocks - 1].pages);
303 if (bootconfig.dram[i].pages < atop(round_page(MSGBUFSIZE)))
307 bootconfig.dram[i].pages -= atop(round_page(MSGBUFSIZE));
308 msgbufaddr = bootconfig.dram[i].address +
309 ptoa(bootconfig.dram[
[all...]
/netbsd-current/sys/arch/evbarm/tsarm/
H A Dtsarm_machdep.c414 bootconfig.dram[0].address = 0x0UL;
415 bootconfig.dram[0].pages = 0x800000UL / PAGE_SIZE;
416 bootconfig.dram[1].address = 0x1000000UL;
417 bootconfig.dram[1].pages = 0x800000UL / PAGE_SIZE;
418 bootconfig.dram[2].address = 0x4000000UL;
419 bootconfig.dram[2].pages = 0x800000UL / PAGE_SIZE;
420 bootconfig.dram[3].address = 0x5000000UL;
421 bootconfig.dram[3].pages = 0x800000UL / PAGE_SIZE;
435 physical_start = bootconfig.dram[0].address;
436 physical_end = bootconfig.dram[
[all...]
/netbsd-current/sys/arch/arm/arm32/
H A Dstubs.c164 memsegp[i].start = bootconfig.dram[i].address;
165 memsegp[i].size = bootconfig.dram[i].pages * PAGE_SIZE;
198 n += bootconfig.dram[i].pages;
264 addr = bootconfig.dram[block].address;
265 for (;addr < (bootconfig.dram[block].address
266 + (bootconfig.dram[block].pages * PAGE_SIZE));
/netbsd-current/sys/arch/evbarm/mmnet/
H A Dmmnet_machdep.c260 bootconfig.dram[0].address = 0x20000000UL;
261 bootconfig.dram[0].pages = 0x04000000UL / PAGE_SIZE;
282 mmnet_dma_ranges[i].dr_sysbase = bootconfig.dram[i].address;
283 mmnet_dma_ranges[i].dr_busbase = bootconfig.dram[i].address;
284 mmnet_dma_ranges[i].dr_len = bootconfig.dram[i].pages *
/netbsd-current/sys/arch/evbarm/mpcsa/
H A Dmpcsa_machdep.c283 bootconfig.dram[0].address = 0x20000000UL;
284 bootconfig.dram[0].pages = 0x04000000UL / PAGE_SIZE;
305 mpcsa_dma_ranges[i].dr_sysbase = bootconfig.dram[i].address;
306 mpcsa_dma_ranges[i].dr_busbase = bootconfig.dram[i].address;
307 mpcsa_dma_ranges[i].dr_len = bootconfig.dram[i].pages *
/netbsd-current/sys/arch/evbarm/armadillo/
H A Darmadillo9_machdep.c493 printf("dram[%d]: address=0x%08lx, size=0x%08lx\n",
498 bootconfig.dram[bootconfig.dramblocks].address =
500 bootconfig.dram[bootconfig.dramblocks].pages =
536 physical_start = bootconfig.dram[0].address;
537 physical_end = bootconfig.dram[0].address
538 + (bootconfig.dram[0].pages * PAGE_SIZE);
821 physmem = bootconfig.dram[0].pages;
823 size_t start = bootconfig.dram[loop].address;
824 size_t size = bootconfig.dram[loop].pages * PAGE_SIZE;
828 physmem += bootconfig.dram[loo
[all...]
/netbsd-current/sys/arch/hpcarm/hpcarm/
H A Dsa11x0_hpc_machdep.c201 bootconfig.dram[0].address = 0xc0000000;
202 bootconfig.dram[0].pages = DRAM_PAGES;
239 physical_start = bootconfig.dram[0].address;
242 physical_end = bootconfig.dram[bootconfig.dramblocks - 1].address
243 + bootconfig.dram[bootconfig.dramblocks - 1].pages * PAGE_SIZE;
247 physmem += bootconfig.dram[loop].pages;
548 paddr_t dblk_start = (paddr_t)bootconfig.dram[loop].address;
550 + (bootconfig.dram[loop].pages * PAGE_SIZE);
H A Dpxa2x0_hpc_machdep.c247 bootconfig.dram[0].address = 0xa0000000;
248 bootconfig.dram[0].pages = DRAM_PAGES;
296 physical_start = bootconfig.dram[0].address;
299 physical_end = bootconfig.dram[bootconfig.dramblocks - 1].address
300 + bootconfig.dram[bootconfig.dramblocks - 1].pages * PAGE_SIZE;
304 physmem += bootconfig.dram[loop].pages;
595 paddr_t dblk_start = (paddr_t)bootconfig.dram[loop].address;
597 + (bootconfig.dram[loop].pages * PAGE_SIZE);
H A Dwzero3_machdep.c208 bootconfig.dram[0].pages = 16384; /* 64MiB */
212 bootconfig.dram[0].pages = 32768; /* 128MiB */
/netbsd-current/sys/arch/acorn32/include/
H A Dbootconfig.h90 phys_mem dram[DRAM_BLOCKS]; member in struct:bootconfig
/netbsd-current/sys/arch/iyonix/include/
H A Dbootconfig.h90 phys_mem dram[DRAM_BLOCKS]; member in struct:bootconfig
/netbsd-current/sys/arch/evbarm/imx23_olinuxino/
H A Dimx23_olinuxino_machdep.c173 bootconfig.dram[0].address = DRAM_BASE;
174 bootconfig.dram[0].pages = ram_size / PAGE_SIZE;
175 bootconfig.dram[0].flags = BOOT_DRAM_CAN_DMA;
177 arm32_bootmem_init(bootconfig.dram[0].address, ram_size,
/netbsd-current/sys/arch/evbarm/adi_brh/
H A Dbrh_machdep.c387 bootconfig.dram[0].address = memstart;
388 bootconfig.dram[0].pages = memsize / PAGE_SIZE;
402 physical_start = bootconfig.dram[0].address;
403 physical_end = physical_start + (bootconfig.dram[0].pages * PAGE_SIZE);
657 bootconfig.dram[0].pages = memsize / PAGE_SIZE;
659 (bootconfig.dram[0].pages * PAGE_SIZE);

Completed in 293 milliseconds

123