Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp79 _direction = (IODirection) (_flags & kIOMemoryDirectionMask); in initWithCapacity()
116 _flags = (_flags & ~kIOMemoryDirectionMask) | direction; in clearMemoryDescriptors()
118 _direction = (IODirection) (_flags & kIOMemoryDirectionMask); in clearMemoryDescriptors()
H A DIOMultiMemoryDescriptor.cpp105 _direction = (IODirection) (_flags & kIOMemoryDirectionMask); in initWithDescriptors()
131 (withDirection & kIOMemoryDirectionMask)); in initWithDescriptors()
H A DIOSubMemoryDescriptor.cpp103 _direction = (IODirection) (_flags & kIOMemoryDirectionMask); in initSubRange()
H A DIOBufferMemoryDescriptor.cpp812 _flags = (_flags & ~kIOMemoryDirectionMask) | direction; in setDirection()
814 _direction = (IODirection) (_flags & kIOMemoryDirectionMask); in setDirection()
H A DIOMemoryDescriptor.cpp2112 _direction = (IODirection) (_flags & kIOMemoryDirectionMask); in initWithOptions()
2138 switch (kIOMemoryDirectionMask & options) { in initWithOptions()
2444 return (IODirection) (_flags & kIOMemoryDirectionMask); in getDirection()
/xnu-11215/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h44 kIOBufferDescriptorMemoryFlags = kIOMemoryDirectionMask
H A DIOMemoryDescriptor.h93 kIOMemoryDirectionMask = 0x00000007, enumerator