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

/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h84 kIOMemoryTypeVirtual = 0x00000010, enumerator in enum:__anon612
90 kIOMemoryTypeVirtual64 = kIOMemoryTypeVirtual,
437 @param buffers A pointer to an array of IOAddressRange when options:type is kIOMemoryTypeVirtual64 or kIOMemoryTypePhysical64 or a 64bit kernel. For type UPL it is a upl_t returned by the mach/memory_object_types.h apis, primarily used internally by the UBC. IOVirtualRanges or IOPhysicalRanges are 32 bit only types for use when options:type is kIOMemoryTypeVirtual or kIOMemoryTypePhysical on 32bit kernels.
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.cpp229 || kIOMemoryTypeVirtual == type || kIOMemoryTypeVirtual64 == type
1300 mdOpts |= kIOMemoryTypeVirtual;
1341 && (kIOMemoryTypeVirtual == type)
1378 case kIOMemoryTypeVirtual:
1525 // kIOMemoryTypeVirtual | kIOMemoryTypeVirtual64 | kIOMemoryTypeUIO
1557 type = kIOMemoryTypeVirtual;
1573 case kIOMemoryTypeVirtual:
1621 else { /* kIOMemoryTypeVirtual | kIOMemoryTypeVirtual64 | kIOMemoryTypeUIO */
2762 assert(kIOMemoryTypeVirtual == type || kIOMemoryTypeVirtual64 == type || kIOMemoryTypeUIO == type);
3184 if (kIOMemoryTypeVirtual
[all...]

Completed in 36 milliseconds