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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h106 kIOMemoryPurgeableNonVolatile = 2, enumerator in enum:__anon603
209 kIOMemoryPurgeableNonVolatile - make the memory nonvolatile - the memory is treated as with usual allocations and must be saved to backing store if paged.<br>
212 kIOMemoryPurgeableNonVolatile - the memory was nonvolatile.<br>
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1790 case kIOMemoryPurgeableNonVolatile:
1814 *state = kIOMemoryPurgeableNonVolatile;
1823 *state = kIOMemoryPurgeableNonVolatile;

Completed in 31 milliseconds