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

/darwin-on-arm/xnu/iokit/Kernel/i386/
H A DIOKeyStoreHelper.cpp93 options = kIODirectionInOut | kIOMemoryTypePhysical64;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp230 || kIOMemoryTypePhysical == type || kIOMemoryTypePhysical64 == type);
236 else if ((kIOMemoryTypeVirtual64 == type) || (kIOMemoryTypePhysical64 == type)) {
330 options |= kIOMemoryTypePhysical64;
646 case kIOMemoryTypePhysical64:
670 if ((kIOMemoryTypePhysical != type) && (kIOMemoryTypePhysical64 != type))
680 else if ((kIOMemoryTypeVirtual64 == type) || (kIOMemoryTypePhysical64 == type))
779 // kIOMemoryTypePhysical | kIOMemoryTypePhysical64
805 case kIOMemoryTypePhysical64:
859 if ((kIOMemoryTypePhysical == type) || (kIOMemoryTypePhysical64 == type))
872 if ((kIOMemoryTypePhysical == type) || (kIOMemoryTypePhysical64
[all...]
H A DIOBufferMemoryDescriptor.cpp827 if (kIOMemoryTypePhysical64 == (_flags & kIOMemoryTypeMask))
843 if (kIOMemoryTypePhysical64 == (_flags & kIOMemoryTypeMask))
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h78 kIOMemoryTypePhysical64 = kIOMemoryTypePhysical, enumerator in enum:__anon602
81 kIOMemoryTypePhysical64 = 0x00000070,
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.

Completed in 25 milliseconds