Searched refs:MB (Results 1 – 11 of 11) sorted by relevance
207 #define MB (1024*KB) macro208 #define GB (1024*MB)
715 sane_size = (sane_size + 128 * MB - 1) & ~((uint64_t)(128 * MB - 1)); in i386_vm_init()787 kprintf("Physical memory %llu MB\n", sane_size / MB); in i386_vm_init()794 max_valid_dma_address = ((uint64_t) maxdmaaddr) * MB; in i386_vm_init()
956 maxmemtouse = ((uint64_t)maxmem) * MB; in i386_init()
759 # We also need a 32MB offset, as this is the minimum block mapping size761 # to map the low globals page. We also need another 4MB to account for765 # first 4MB of the block mapping for xnu do not belong to xnu).768 # mandating 32MB alignment. Image base (i.e. __TEXT) must be 16KB771 # We currently offset by an additional 32MB in order to reclaim memory.774 # that lies before the kernel. The addition 32MB of virtual padding778 # for 0x0000000003000000 = 48MB of kexts780 # 0xfffffff000000000 (32MB range for low globals)781 # 0xfffffff002000000 (32MB range to allow for large page physical slide)783 # 0xfffffff004004000 (48MB range for kexts)
243 #define nfsm_chain_init(NMC, MB) \ argument245 (NMC)->nmc_mhead = (MB); \
63 const int copysize_limit_panic = (64 * MB);
476 * Change the task's physical footprint limit (in MB).
1052 /* Getting a 2MB superpage is hard in practice, because memory gets fragmented1058 T_SKIP("Unable to attain a 2MB superpage. Skipping.");1074 T_DECL_HV(superpage_2mb_backed_guest, "guest backed by a 2MB superpage",
1317 .size_hint = (9ull << 20), // 9 MB
671 # Minimum zone map size: 115 MB
388 …* Take a peek at utils.py for common utility like sizeof_fmt() to humanize size strings in KB, MB …