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

  /src/sys/arch/powerpc/powerpc/
ofw_machdep.c 198 static struct mem_region OFmem[OFMEM_REGIONS + 1], OFavail[OFMEM_REGIONS + 3];
290 /* move the data into OFavail */
291 memset(OFavail, 0, sizeof(OFavail));
318 OFavail[cnt].start = addr;
319 OFavail[cnt].size = size;
329 * extra entry to OFavail[] to account for this.
332 if (((OFavail[cnt-1].start + OFavail[cnt-1].size +
336 OFavail[cnt].start
    [all...]
ofw_machdep.c 198 static struct mem_region OFmem[OFMEM_REGIONS + 1], OFavail[OFMEM_REGIONS + 3];
290 /* move the data into OFavail */
291 memset(OFavail, 0, sizeof(OFavail));
318 OFavail[cnt].start = addr;
319 OFavail[cnt].size = size;
329 * extra entry to OFavail[] to account for this.
332 if (((OFavail[cnt-1].start + OFavail[cnt-1].size +
336 OFavail[cnt].start
    [all...]

Completed in 22 milliseconds