Searched refs:_flags (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp75 _flags = direction;
77 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
113 _flags = (_flags & ~kIOMemoryDirectionMask) | direction;
115 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
H A DIOSubMemoryDescriptor.cpp95 _flags = direction;
97 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
H A DIOMemoryDescriptor.cpp451 IOOptionBits type = _flags & kIOMemoryTypeMask;
462 && (kIOMemoryBufferPageable & _flags))
468 if (kIODirectionOut != (kIODirectionOutIn & _flags))
617 if ( !(orig->_flags & kIOMemoryPersistent) || !dataP)
621 options = orig->_flags & ~kIOMemoryAsReference;
669 IOOptionBits type = _flags & kIOMemoryTypeMask;
675 if (_ranges.v && !(kIOMemoryAsReference & _flags))
718 _flags = options;
722 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
813 _flags
[all...]
H A DIOMultiMemoryDescriptor.cpp99 _flags = withDirection;
101 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
H A DIOBufferMemoryDescriptor.cpp322 _flags = kIOMemoryAsReference;
695 IOOptionBits flags = _flags;
786 _flags = (_flags & ~kIOMemoryDirectionMask) | direction;
788 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
827 if (kIOMemoryTypePhysical64 == (_flags & kIOMemoryTypeMask))
843 if (kIOMemoryTypePhysical64 == (_flags & kIOMemoryTypeMask))
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h166 IOOptionBits _flags; member in class:IOMemoryDescriptor
175 IODirection _direction; /* use _flags instead */

Completed in 41 milliseconds