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

/xnu-2782.1.97/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp77 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
113 _flags = (_flags & ~kIOMemoryDirectionMask) | direction;
115 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
H A DIOMultiMemoryDescriptor.cpp100 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
126 (withDirection & kIOMemoryDirectionMask));
H A DIOSubMemoryDescriptor.cpp97 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
H A DIOBufferMemoryDescriptor.cpp569 _flags = (_flags & ~kIOMemoryDirectionMask) | direction;
571 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
H A DIOMemoryDescriptor.cpp1469 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
1732 return (IODirection) (_flags & kIOMemoryDirectionMask);
/xnu-2782.1.97/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h42 kIOBufferDescriptorMemoryFlags = kIOMemoryDirectionMask
H A DIOMemoryDescriptor.h79 kIOMemoryDirectionMask = 0x00000007, enumerator in enum:__anon612
405 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.
421 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.
446 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 106 milliseconds