HomeSort by: relevance | last modified time | path
    Searched refs:bt_memstart (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/cats/include/
cyclone_boot.h 51 uint32_t bt_memstart; /* start of physical memory */ member in struct:ebsaboot
  /src/sys/arch/cats/cats/
cats_machdep.c 256 bootconfig.dram[0].address = ebsabootinfo.bt_memstart;
258 - ebsabootinfo.bt_memstart) / PAGE_SIZE;
288 VPRINTF("bt_memstart = 0x%08x\n", ebsabootinfo.bt_memstart);
302 psize_t ram_size = ebsabootinfo.bt_memend - ebsabootinfo.bt_memstart;
330 arm32_bootmem_init(ebsabootinfo.bt_memstart, ram_size,
331 ebsabootinfo.bt_memstart);

Completed in 48 milliseconds