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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h77 kIOMemoryTypeVirtual64 = kIOMemoryTypeVirtual, enumerator in enum:__anon602
80 kIOMemoryTypeVirtual64 = 0x00000060,
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 DIOBufferMemoryDescriptor.cpp302 IOOptionBits iomdOptions = kIOMemoryTypeVirtual64 | kIOMemoryAsReference;
540 if (kIOMemoryTypeVirtual64 == (kIOMemoryTypeMask & iomdOptions))
H A DIOMemoryDescriptor.cpp229 || kIOMemoryTypeVirtual == type || kIOMemoryTypeVirtual64 == type
236 else if ((kIOMemoryTypeVirtual64 == type) || (kIOMemoryTypePhysical64 == type)) {
328 options |= kIOMemoryTypeVirtual64;
637 case kIOMemoryTypeVirtual64:
680 else if ((kIOMemoryTypeVirtual64 == type) || (kIOMemoryTypePhysical64 == type))
778 // kIOMemoryTypeVirtual | kIOMemoryTypeVirtual64 | kIOMemoryTypeUIO
804 case kIOMemoryTypeVirtual64:
809 if (kIOMemoryTypeVirtual64 == type)
874 else { /* kIOMemoryTypeVirtual | kIOMemoryTypeVirtual64 | kIOMemoryTypeUIO */
923 else if ((kIOMemoryTypeVirtual64
[all...]

Completed in 26 milliseconds