Searched refs:kIOMemoryAutoPrepare (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h44 | kIOMemoryAutoPrepare
H A DIOMemoryDescriptor.h81 kIOMemoryAutoPrepare = 0x00000008, // Shared with Buffer MD enumerator in enum:__anon612
/xnu-2782.1.97/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp198 iomdOptions |= kIOMemoryAutoPrepare;
H A DIOMemoryDescriptor.cpp1046 withAddressRange((IOVirtualAddress) address, length, direction | kIOMemoryAutoPrepare, kernel_task);
1306 mdOpts |= kIOMemoryAutoPrepare;
1636 if ((_flags & kIOMemoryAutoPrepare)
2934 if ((_flags & kIOMemoryAutoPrepare) && iopl.fIOPL)

Completed in 183 milliseconds