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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h73 kIOMemoryTypeUPL = 0x00000030, enumerator in enum:__anon602
389 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.
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp648 case kIOMemoryTypeUPL:
740 if (kIOMemoryTypeUPL == type) {
1536 if ((options & _kIOMemorySourceSegment) && (kIOMemoryTypeUPL != type))
2531 } else if (kIOMemoryTypeUPL == type) {

Completed in 79 milliseconds