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

/xnu-2782.1.97/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 DIOMemoryDescriptor.cpp484 IOOptionBits type = (_flags & kIOMemoryTypeMask);
501 if (kIODefaultCache == ((_flags & kIOMemoryBufferCacheMask) >> kIOMemoryBufferCacheShift))
516 _flags |= (mode << kIOMemoryBufferCacheShift);
522 cacheMode = ((_flags & kIOMemoryBufferCacheMask) >> kIOMemoryBufferCacheShift);
526 if (kIODirectionOut != (kIODirectionOutIn & _flags)) prot |= VM_PROT_WRITE;
539 if (kIOMemoryBufferPageable & _flags)
543 if (kIOMemoryBufferPurgeable & _flags) prot |= MAP_MEM_PURGABLE;
738 type = _flags & kIOMemoryTypeMask;
805 if ((ref.map == kernel_map) && (kIOMemoryBufferPageable & _flags))
1360 if ( !(orig->_flags
[all...]
H A DIOSubMemoryDescriptor.cpp95 _flags = direction;
97 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
H A DIOBufferMemoryDescriptor.cpp138 _flags = kIOMemoryAsReference;
469 IOOptionBits flags = _flags;
569 _flags = (_flags & ~kIOMemoryDirectionMask) | direction;
571 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
610 if (kIOMemoryTypePhysical64 == (_flags & kIOMemoryTypeMask))
626 if (kIOMemoryTypePhysical64 == (_flags & kIOMemoryTypeMask))
H A DIOMultiMemoryDescriptor.cpp98 _flags = withDirection;
100 _direction = (IODirection) (_flags & kIOMemoryDirectionMask);
/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h205 IOOptionBits _flags; member in class:IOMemoryDescriptor
222 IODirection _direction; /* use _flags instead */

Completed in 38 milliseconds