Searched refs:kIOMemoryDirectionMask (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp77 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
113 _flags = (_flags & ~kIOMemoryDirectionMask) | direction;
115 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
H A DIOSubMemoryDescriptor.cpp97 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
H A DIOMultiMemoryDescriptor.cpp101 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
H A DIOBufferMemoryDescriptor.cpp786 _flags = (_flags & ~kIOMemoryDirectionMask) | direction;
788 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
H A DIOMemoryDescriptor.cpp722 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
977 return (IODirection) (_flags & kIOMemoryDirectionMask);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h42 kIOBufferDescriptorMemoryFlags = kIOMemoryDirectionMask
H A DIOMemoryDescriptor.h66 kIOMemoryDirectionMask = 0x00000007, enumerator in enum:__anon602
347 kIOMemoryDirectionMask (options:direction) This nibble indicates the I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
363 kIOMemoryDirectionMask (options:direction) This nibble indicates the I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
388 kIOMemoryDirectionMask (options:direction) This nibble indicates the I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.

Completed in 60 milliseconds