Searched refs:kIOMemoryThreadSafe (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h46 | kIOMemoryThreadSafe
H A DIOMemoryDescriptor.h110 kIOMemoryThreadSafe = 0x00100000, // Shared with Buffer MD enumerator in enum:__anon612
474 IODirection withDirection) APPLE_KEXT_DEPRECATED; /* use IOSubMemoryDescriptor::withSubRange() and kIOMemoryThreadSafe instead */
/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1193 return (IOSubMemoryDescriptor::withSubRange(of, offset, length, direction | kIOMemoryThreadSafe));
1457 // Temp binary compatibility for kIOMemoryThreadSafe
1461 options |= kIOMemoryThreadSafe;
1476 if (kIOMemoryThreadSafe & options)
1784 if (kIOMemoryThreadSafe & _flags)
1808 if (kIOMemoryThreadSafe & _flags)
1833 if (kIOMemoryThreadSafe & _flags)
1860 if (kIOMemoryThreadSafe & _flags)
2550 if (kIOMemoryThreadSafe & _flags)
2590 if (kIOMemoryThreadSafe
[all...]

Completed in 31 milliseconds