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

/xnu-2782.1.97/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h47 | kIOMemoryClearEncrypt
H A DIOMemoryDescriptor.h111 kIOMemoryClearEncrypt = 0x00200000, // Shared with Buffer MD enumerator in enum:__anon612
/xnu-2782.1.97/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp159 if ((options & (kIOMemorySharingTypeMask | kIOMapCacheMask | kIOMemoryClearEncrypt)) && (alignment < page_size))
H A DIOMemoryDescriptor.cpp3193 if (kIOMemoryClearEncrypt & _flags)
3234 if ((kIOMemoryClearEncrypt & _flags) && (1 == _wireCount))

Completed in 97 milliseconds