Home
last modified time | relevance | path

Searched refs:_kIOMemorySourceSegment (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.61.3/iokit/IOKit/
H A DIOMemoryDescriptor.h1051 _kIOMemorySourceSegment = 0x00002000 enumerator
/xnu-10002.61.3/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3368 if ((options & _kIOMemorySourceSegment) && (kIOMemoryTypeUPL != type)) { in getPhysicalSegment()
3462 if (options & _kIOMemorySourceSegment) { in getPhysicalSegment()
3548 return (IOPhysicalAddress) getPhysicalSegment(offset, lengthOfSegment, _kIOMemorySourceSegment); in getSourceSegment()
3803 while ((sourceAddr = getPhysicalSegment(iterate, &segLen, _kIOMemorySourceSegment))) { in getDMAMapLength()
H A DIOHibernateIO.cpp1880 src = (uint8_t *) vars->previewBuffer->getPhysicalSegment(0, NULL, _kIOMemorySourceSegment); in hibernate_write_image()