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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h71 kIOMemoryTypeVirtual = 0x00000010, enumerator in enum:__anon602
77 kIOMemoryTypeVirtual64 = kIOMemoryTypeVirtual,
379 @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.
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.cpp229 || kIOMemoryTypeVirtual == type || kIOMemoryTypeVirtual64 == type
557 mdOpts |= kIOMemoryTypeVirtual;
598 && (kIOMemoryTypeVirtual == type)
635 case kIOMemoryTypeVirtual:
778 // kIOMemoryTypeVirtual | kIOMemoryTypeVirtual64 | kIOMemoryTypeUIO
810 type = kIOMemoryTypeVirtual;
826 case kIOMemoryTypeVirtual:
874 else { /* kIOMemoryTypeVirtual | kIOMemoryTypeVirtual64 | kIOMemoryTypeUIO */
2068 assert(kIOMemoryTypeVirtual == type || kIOMemoryTypeVirtual64 == type || kIOMemoryTypeUIO == type);
2459 && (kIOMemoryTypeVirtual
[all...]

Completed in 15 milliseconds