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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h133 kIODMAMapWriteAccess = 0x00000002, enumerator in enum:__anon605
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2323 if (!(kIOMemoryPreparedReadOnly & _flags)) mapOptions |= kIODMAMapWriteAccess;
2423 if (!(kIOMemoryPreparedReadOnly & _flags)) mapOptions |= kIODMAMapWriteAccess;

Completed in 80 milliseconds