Home
last modified time | relevance | path

Searched refs:PHYS_AVAIL_SZ (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/powerpc/powerpc/
HDplatform.c67 static struct mem_region pregions[PHYS_AVAIL_SZ];
68 static struct mem_region aregions[PHYS_AVAIL_SZ];
HDpmap_dispatch.c73 vm_offset_t phys_avail[PHYS_AVAIL_SZ];
/trueos/sys/powerpc/include/
HDpmap.h242 #define PHYS_AVAIL_SZ 256 /* Allows up to 16GB Ram on pSeries with macro
247 extern vm_offset_t phys_avail[PHYS_AVAIL_SZ];
/trueos/sys/powerpc/powermac/
HDplatform_powermac.c124 cell_t memoryprop[PHYS_AVAIL_SZ * 2]; in powermac_mem_regions()
/trueos/sys/powerpc/ofw/
HDofw_machdep.c144 cell_t OFmem[4 * PHYS_AVAIL_SZ]; in parse_ofw_memory()