HomeSort by: relevance | last modified time | path
    Searched defs:dram (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/cats/include/
bootconfig.h 57 PhysMem dram[DRAM_BLOCKS]; member in struct:_BootConfig
  /src/sys/arch/epoc32/include/
bootconfig.h 52 PhysMem dram[DRAM_BLOCKS]; member in struct:_BootConfig
  /src/sys/arch/hpcarm/include/
bootconfig.h 57 PhysMem dram[DRAM_BLOCKS]; member in struct:_BootConfig
  /src/sys/arch/netwinder/include/
bootconfig.h 55 PhysMem dram[DRAM_BLOCKS]; member in struct:_BootConfig
  /src/sys/arch/shark/include/
bootconfig.h 72 PhysMem dram[DRAM_BLOCKS]; member in struct:_BootConfig
  /src/sys/arch/evbarm/include/
bootconfig.h 62 PhysMem dram[DRAM_BLOCKS]; member in struct:_BootConfig
  /src/sys/arch/zaurus/include/
bootconfig.h 59 PhysMem dram[DRAM_BLOCKS]; member in struct:_BootConfig
  /src/sys/arch/acorn32/include/
bootconfig.h 90 phys_mem dram[DRAM_BLOCKS]; member in struct:bootconfig
  /src/sys/arch/iyonix/include/
bootconfig.h 90 phys_mem dram[DRAM_BLOCKS]; member in struct:bootconfig
  /src/sys/arch/epoc32/epoc32/
machdep.c 199 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 in function:initarm
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[i].pages * PAGE_SIZE
    [all...]

Completed in 15 milliseconds