Home
last modified time | relevance | path

Searched refs:MB (Results 1 – 11 of 11) sorted by relevance

/xnu-10063.141.1/osfmk/mach/i386/
H A Dvm_param.h207 #define MB (1024*KB) macro
208 #define GB (1024*MB)
/xnu-10063.141.1/osfmk/i386/
H A Di386_vm_init.c715 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()
H A Di386_init.c954 maxmemtouse = ((uint64_t)maxmem) * MB; in i386_init()
/xnu-10063.141.1/makedefs/
H A DMakeInc.def760 # We also need a 32MB offset, as this is the minimum block mapping size
762 # to map the low globals page. We also need another 4MB to account for
766 # first 4MB of the block mapping for xnu do not belong to xnu).
769 # mandating 32MB alignment. Image base (i.e. __TEXT) must be 16KB
772 # We currently offset by an additional 32MB in order to reclaim memory.
775 # that lies before the kernel. The addition 32MB of virtual padding
779 # for 0x0000000003000000 = 48MB of kexts
781 # 0xfffffff000000000 (32MB range for low globals)
782 # 0xfffffff002000000 (32MB range to allow for large page physical slide)
784 # 0xfffffff004004000 (48MB range for kexts)
/xnu-10063.141.1/bsd/nfs/
H A Dnfsm_subs.h229 #define nfsm_chain_init(NMC, MB) \ argument
231 (NMC)->nmc_mhead = (MB); \
/xnu-10063.141.1/doc/vm/
H A Dfreezer.md64 … a suspended & frozen app with 100MB of dirty memory on NAND. On resume it may only touch 20MB and…
/xnu-10063.141.1/osfmk/x86_64/
H A Dcopyio.c63 const int copysize_limit_panic = (64 * MB);
/xnu-10063.141.1/osfmk/mach/
H A Dtask.defs461 * Change the task's physical footprint limit (in MB).
/xnu-10063.141.1/config/
H A DMASTER665 # Minimum zone map size: 115 MB
/xnu-10063.141.1/tools/lldbmacros/
H A DREADME.md388 …* Take a peek at utils.py for common utility like sizeof_fmt() to humanize size strings in KB, MB
/xnu-10063.141.1/tests/
H A Dstackshot_tests.m1510 .size_hint = (9ull << 20), // 9 MB