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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp230 || kIOMemoryTypePhysical == type || kIOMemoryTypePhysical64 == type);
535 IOOptionBits mdOpts = direction | kIOMemoryTypePhysical;
566 mdOpts |= kIOMemoryTypePhysical;
644 case kIOMemoryTypePhysical: // Neither Physical nor UPL should have a task
670 if ((kIOMemoryTypePhysical != type) && (kIOMemoryTypePhysical64 != type))
779 // kIOMemoryTypePhysical | kIOMemoryTypePhysical64
812 type = kIOMemoryTypePhysical;
827 case kIOMemoryTypePhysical:
859 if ((kIOMemoryTypePhysical == type) || (kIOMemoryTypePhysical64 == type))
872 if ((kIOMemoryTypePhysical
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h72 kIOMemoryTypePhysical = 0x00000020, enumerator in enum:__anon602
78 kIOMemoryTypePhysical64 = kIOMemoryTypePhysical,
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.
409 bool asReference = false) APPLE_KEXT_DEPRECATED; /* use withOptions() and kIOMemoryTypePhysical instead */

Completed in 66 milliseconds