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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp451 IOOptionBits type = _flags & kIOMemoryTypeMask;
594 IOOptionBits type = options & kIOMemoryTypeMask;
622 type = options & kIOMemoryTypeMask;
669 IOOptionBits type = _flags & kIOMemoryTypeMask;
813 _flags = (_flags & ~kIOMemoryTypeMask) | type | kIOMemoryAsReference;
901 IOOptionBits type = _flags & kIOMemoryTypeMask;
1129 if (((kIOMemoryTypeMask & _flags) == kIOMemoryTypePhysical)
1130 || ((kIOMemoryTypeMask & _flags) == kIOMemoryTypePhysical64))
1347 if ( (_flags & kIOMemoryTypeMask) == kIOMemoryTypePhysical) {
1384 else if ( (_flags & kIOMemoryTypeMask)
[all...]
H A DIOBufferMemoryDescriptor.cpp540 if (kIOMemoryTypeVirtual64 == (kIOMemoryTypeMask & iomdOptions))
827 if (kIOMemoryTypePhysical64 == (_flags & kIOMemoryTypeMask))
843 if (kIOMemoryTypePhysical64 == (_flags & kIOMemoryTypeMask))
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h83 kIOMemoryTypeMask = 0x000000f0, enumerator in enum:__anon602
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