Searched refs:kIOMemoryTypePhysical64 (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/i386/
H A DIOKeyStoreHelper.cpp93 options = kIODirectionInOut | kIOMemoryTypePhysical64 | kIOMemoryMapperNone;
/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp230 || kIOMemoryTypePhysical == type || kIOMemoryTypePhysical64 == type);
237 else if ((kIOMemoryTypeVirtual64 == type) || (kIOMemoryTypePhysical64 == type)) {
1119 options |= kIOMemoryTypePhysical64;
1389 case kIOMemoryTypePhysical64:
1413 if ((kIOMemoryTypePhysical != type) && (kIOMemoryTypePhysical64 != type))
1423 else if ((kIOMemoryTypeVirtual64 == type) || (kIOMemoryTypePhysical64 == type))
1526 // kIOMemoryTypePhysical | kIOMemoryTypePhysical64
1552 case kIOMemoryTypePhysical64:
1606 if ((kIOMemoryTypePhysical == type) || (kIOMemoryTypePhysical64 == type))
1619 if ((kIOMemoryTypePhysical == type) || (kIOMemoryTypePhysical64
[all...]
H A DIOBufferMemoryDescriptor.cpp610 if (kIOMemoryTypePhysical64 == (_flags & kIOMemoryTypeMask))
626 if (kIOMemoryTypePhysical64 == (_flags & kIOMemoryTypeMask))
/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h91 kIOMemoryTypePhysical64 = kIOMemoryTypePhysical, enumerator in enum:__anon612
94 kIOMemoryTypePhysical64 = 0x00000070,
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 70 milliseconds