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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h44 | kIOMemoryAutoPrepare
H A DIOMemoryDescriptor.h68 kIOMemoryAutoPrepare = 0x00000008, // Shared with Buffer MD enumerator in enum:__anon602
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp420 iomdOptions |= kIOMemoryAutoPrepare;
H A DIOMemoryDescriptor.cpp257 withAddressRange((IOVirtualAddress) address, length, direction | kIOMemoryAutoPrepare, kernel_task);
563 mdOpts |= kIOMemoryAutoPrepare;
885 if ((_flags & kIOMemoryAutoPrepare)
2214 if ((_flags & kIOMemoryAutoPrepare) && iopl.fIOPL)

Completed in 37 milliseconds