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

/xnu-2782.1.97/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp119 IOOptionBits iomdOptions = kIOMemoryTypeVirtual64 | kIOMemoryAsReference;
314 if (kIOMemoryTypeVirtual64 == (kIOMemoryTypeMask & iomdOptions))
H A DIOMemoryDescriptor.cpp229 || kIOMemoryTypeVirtual == type || kIOMemoryTypeVirtual64 == type
237 else if ((kIOMemoryTypeVirtual64 == type) || (kIOMemoryTypePhysical64 == type)) {
1117 options |= kIOMemoryTypeVirtual64;
1380 case kIOMemoryTypeVirtual64:
1423 else if ((kIOMemoryTypeVirtual64 == type) || (kIOMemoryTypePhysical64 == type))
1525 // kIOMemoryTypeVirtual | kIOMemoryTypeVirtual64 | kIOMemoryTypeUIO
1551 case kIOMemoryTypeVirtual64:
1556 if (kIOMemoryTypeVirtual64 == type)
1621 else { /* kIOMemoryTypeVirtual | kIOMemoryTypeVirtual64 | kIOMemoryTypeUIO */
1681 else if ((kIOMemoryTypeVirtual64
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h90 kIOMemoryTypeVirtual64 = kIOMemoryTypeVirtual, enumerator in enum:__anon612
93 kIOMemoryTypeVirtual64 = 0x00000060,
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.

Completed in 79 milliseconds