Searched refs:GB (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dpal_hibernate.h32 #define DEST_COPY_AREA (4*GB - HIB_MAP_SIZE) /*4GB - 2*2m */
H A Di386_vm_init.c592 * We cap at KERNEL_MAXMEM bytes (currently 32GB for K32, 96GB for K64).
599 sane_size, (uint32_t) (KERNEL_MAXMEM/GB));
651 max_valid_low_ppnum = (2 * GB) / PAGE_SIZE;
654 max_valid_dma_address = (uint64_t)4 * (uint64_t)GB;
H A Dpmap.h246 * 512GB from the top of virtual space (or zero).
462 #define NPHYSMAP (MAX(K64_MAXMEM/GB + 4, 4))
465 return (a < (NPHYSMAP * GB));
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
195 // the PCI hole (which is less 4GB but not more).
243 physmap_max = physmap_base + NPHYSMAP * GB;
357 * In K64 this identity mapping is mirrored the top and bottom 512GB
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dvm_param.h19 #define GB (1024 * GB) macro
/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dvm_param.h163 #define GB (1024*MB) macro
168 #define K32_MAXMEM (32*GB)
169 #define K64_MAXMEM (96*GB)

Completed in 74 milliseconds