Home
last modified time | relevance | path

Searched refs:contiguous (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.41.9/iokit/Kernel/
H A DIOLib.cpp724 bool contiguous) in IOKernelAllocateWithPhysicalRestrict() argument
746 contiguous = (contiguous && (adjustedSize > page_size)) in IOKernelAllocateWithPhysicalRestrict()
749 if (contiguous || maxPhys) { in IOKernelAllocateWithPhysicalRestrict()
758 contiguous = (contiguous && (adjustedSize > page_size)) in IOKernelAllocateWithPhysicalRestrict()
761 if (!contiguous) { in IOKernelAllocateWithPhysicalRestrict()
774 if (contiguous || maxPhys) { in IOKernelAllocateWithPhysicalRestrict()
H A DIOKitKernelInternal.h72 bool contiguous);
/xnu-8792.41.9/osfmk/mach/
H A Dhost_priv.defs150 * Allocate zero-filled, wired, contiguous physical memory
160 * contiguous memory exists to satisfy the request.
/xnu-8792.41.9/doc/
H A Ddebugging.md108 In case you're planning on accessing large contiguous blocks of memory (e.g. reading a whole 10KB o…
109 or you're accessing small semi-contiguous chunks (e.g. if you're parsing large structured data), th…
143 For small semi-contiguous chunks, you can map the whole region and access random chunks from it lik…
/xnu-8792.41.9/doc/memorystatus/
H A Dfreezer.md23 …o these new freezer segments. The goal is to create a single virtually contiguous range of memory …
25 Once we have finished creating this contiguous compressor VA range, we put those segments on the sw…
/xnu-8792.41.9/config/
H A DMASTER679 # Enable allocation of contiguous physical memory through vm_map_enter_cpm()