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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp259 enum { kIOMemoryPurgeableControlMask = 15 }; enumerator in enum:__anon14899
261 switch (kIOMemoryPurgeableControlMask & newState)
271 *state = VM_PURGABLE_VOLATILE | (newState & ~kIOMemoryPurgeableControlMask);

Completed in 67 milliseconds