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

/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp230 || kIOMemoryTypePhysical == type || kIOMemoryTypePhysical64 == type);
1278 IOOptionBits mdOpts = direction | kIOMemoryTypePhysical;
1309 mdOpts |= kIOMemoryTypePhysical;
1387 case kIOMemoryTypePhysical: // Neither Physical nor UPL should have a task
1413 if ((kIOMemoryTypePhysical != type) && (kIOMemoryTypePhysical64 != type))
1526 // kIOMemoryTypePhysical | kIOMemoryTypePhysical64
1559 type = kIOMemoryTypePhysical;
1574 case kIOMemoryTypePhysical:
1606 if ((kIOMemoryTypePhysical == type) || (kIOMemoryTypePhysical64 == type))
1619 if ((kIOMemoryTypePhysical
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h85 kIOMemoryTypePhysical = 0x00000020, enumerator in enum:__anon612
91 kIOMemoryTypePhysical64 = kIOMemoryTypePhysical,
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.
467 bool asReference = false) APPLE_KEXT_DEPRECATED; /* use withOptions() and kIOMemoryTypePhysical instead */

Completed in 65 milliseconds