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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h35 kIOMemoryPageable = 0x00000020, enumerator in enum:__anon576
151 kIOMemoryPageable - pass to request memory be non-wired - the default for kernel allocated memory is wired.<br>
152 kIOMemoryPurgeable - pass to request memory that may later have its purgeable state set with IOMemoryDescriptor::setPurgeable. Only supported for kIOMemoryPageable allocations.<br>
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp354 if ((inTask != kernel_task) && !(options & kIOMemoryPageable))
401 if (options & kIOMemoryPageable)
469 if( (options & (kIOMemoryPageable | kIOMapCacheMask))) {
487 if( options & kIOMemoryPageable) {
718 if (options & kIOMemoryPageable)

Completed in 28 milliseconds