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

  /src/sys/arch/powerpc/ibm4xx/
ibm40x_machdep.c 84 #define MEMREGIONS (8)
85 struct mem_region physmemr[MEMREGIONS]; /* Hard code memory */
86 struct mem_region availmemr[MEMREGIONS];/* Who's supposed to set these up? */
  /src/sys/arch/evbppc/virtex/
machdep.c 96 #define MEMREGIONS 2
97 struct mem_region physmemr[MEMREGIONS];
98 struct mem_region availmemr[MEMREGIONS];
  /src/sys/arch/bebox/bebox/
machdep.c 94 #define MEMREGIONS 2
95 struct mem_region physmemr[MEMREGIONS], availmemr[MEMREGIONS];
  /src/sys/arch/evbppc/mpc85xx/
machdep.c 126 #define MEMREGIONS 4
127 phys_ram_seg_t physmemr[MEMREGIONS]; /* All memory */
128 phys_ram_seg_t availmemr[2*MEMREGIONS]; /* Available memory */

Completed in 117 milliseconds