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

  /src/sys/arch/evbmips/mipssim/
mipssimreg.h 64 #define MIPSSIM_MORE_MEM_BASE 0x20000000
machdep.c 262 for (highaddr = addr = MIPSSIM_MORE_MEM_BASE;
272 printf("probed %zd MB\n", (addr - MIPSSIM_MORE_MEM_BASE)
278 if (highaddr != MIPSSIM_MORE_MEM_BASE) {
279 mem_clusters[1].start = MIPSSIM_MORE_MEM_BASE;
280 mem_clusters[1].size = highaddr - MIPSSIM_MORE_MEM_BASE;

Completed in 36 milliseconds