Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOLib.cpp727 bool contiguous) in IOKernelAllocateWithPhysicalRestrict() argument
749 contiguous = (contiguous && (adjustedSize > page_size)) in IOKernelAllocateWithPhysicalRestrict()
752 if (contiguous || maxPhys) { in IOKernelAllocateWithPhysicalRestrict()
761 contiguous = (contiguous && (adjustedSize > page_size)) in IOKernelAllocateWithPhysicalRestrict()
764 if (!contiguous) { in IOKernelAllocateWithPhysicalRestrict()
777 if (contiguous || maxPhys) { in IOKernelAllocateWithPhysicalRestrict()
H A DIOKitKernelInternal.h72 bool contiguous);
/xnu-11215/doc/mach_ipc/
H A Dkmsg.md72 from header to trailer was in contiguous memory, but that is no longer true,
73 and a Mach message in the kernel can be split in 3 separate non contiguous
/xnu-11215/doc/debugging/
H A Ddebugging.md36 In case you're planning on accessing large contiguous blocks of memory (e.g. reading a whole 10KB o…
37 or you're accessing small semi-contiguous chunks (e.g. if you're parsing large structured data), th…
71 For small semi-contiguous chunks, you can map the whole region and access random chunks from it lik…
/xnu-11215/doc/vm/
H A Dfreezer.md19 …o these new freezer segments. The goal is to create a single virtually contiguous range of memory …
21 Once we have finished creating this contiguous compressor VA range, we put those segments on the sw…