Searched refs:NPHYSMAP (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Di386_init.c193 // Set up the physical mapping - NPHYSMAP GB of memory mapped at a high address
194 // NPHYSMAP is determined by the maximum supported RAM size plus 4GB to account
197 /* Compile-time guard: NPHYSMAP is capped to 256GiB, accounting for
200 extern int maxphymapsupported[NPHYSMAP <= (PTE_PER_PAGE/2) ? 1 : -1];
208 } * physmapL2 = ALLOCPAGES(NPHYSMAP);
218 for(i = 0; i < NPHYSMAP; i++) {
243 physmap_max = physmap_base + NPHYSMAP * GB;
H A Dpmap.h462 #define NPHYSMAP (MAX(K64_MAXMEM/GB + 4, 4)) macro
465 return (a < (NPHYSMAP * GB));

Completed in 24 milliseconds