Searched refs:kIOMemoryTypeUPL (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h86 kIOMemoryTypeUPL = 0x00000030, enumerator in enum:__anon612
447 kIOMemoryTypeMask (options:type) kIOMemoryTypeVirtual64, kIOMemoryTypeVirtual, kIOMemoryTypePhysical64, kIOMemoryTypePhysical, kIOMemoryTypeUPL Indicates that what type of memory basic memory descriptor to use. This sub-field also controls the interpretation of the buffers, count, offset & task parameters.
/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1391 case kIOMemoryTypeUPL:
1487 if (kIOMemoryTypeUPL == type) {
2292 if ((options & _kIOMemorySourceSegment) && (kIOMemoryTypeUPL != type))
3278 } else if (kIOMemoryTypeUPL == type) {

Completed in 80 milliseconds