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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h815 _kIOMemorySourceSegment = 0x00002000 enumerator in enum:__anon607
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1534 // due to IOMemoryMap, so _kIOMemorySourceSegment is a necessary evil until all of this gets cleaned up
1536 if ((options & _kIOMemorySourceSegment) && (kIOMemoryTypeUPL != type))
1625 if (options & _kIOMemorySourceSegment)
1712 return ((IOPhysicalAddress) getPhysicalSegment(offset, lengthOfSegment, _kIOMemorySourceSegment));
3067 sourceAddr = getPhysicalSegment( offset, NULL, _kIOMemorySourceSegment );
H A DIOHibernateIO.cpp2281 src = (uint8_t *) vars->previewBuffer->getPhysicalSegment(0, NULL, _kIOMemorySourceSegment);

Completed in 74 milliseconds