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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h46 | kIOMemoryThreadSafe
H A DIOMemoryDescriptor.h97 kIOMemoryThreadSafe = 0x00100000, // Shared with Buffer MD enumerator in enum:__anon602
416 IODirection withDirection) APPLE_KEXT_DEPRECATED; /* use IOSubMemoryDescriptor::withSubRange() and kIOMemoryThreadSafe instead */
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp404 return (IOSubMemoryDescriptor::withSubRange(of, offset, length, direction | kIOMemoryThreadSafe));
710 // Temp binary compatibility for kIOMemoryThreadSafe
714 options |= kIOMemoryThreadSafe;
729 if (kIOMemoryThreadSafe & options)
1029 if (kIOMemoryThreadSafe & _flags)
1053 if (kIOMemoryThreadSafe & _flags)
1077 if (kIOMemoryThreadSafe & _flags)
1101 if (kIOMemoryThreadSafe & _flags)
1844 if (kIOMemoryThreadSafe & _flags)
1879 if (kIOMemoryThreadSafe
[all...]

Completed in 24 milliseconds