Searched refs:kIOMemoryPreparedReadOnly (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h91 kIOMemoryPreparedReadOnly = 0x00008000, enumerator in enum:__anon602
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp717 options &= ~(kIOMemoryPreparedReadOnly);
1071 assert( !(kIOMemoryPreparedReadOnly & _flags) );
1073 if ( (kIOMemoryPreparedReadOnly & _flags) || offset >= _length) {
2087 _flags |= kIOMemoryPreparedReadOnly;
2323 if (!(kIOMemoryPreparedReadOnly & _flags)) mapOptions |= kIODMAMapWriteAccess;
2423 if (!(kIOMemoryPreparedReadOnly & _flags)) mapOptions |= kIODMAMapWriteAccess;

Completed in 66 milliseconds