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

/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h101 kIOMemoryHostOnly = 0x00001000, // Never DMA accessible enumerator in enum:__anon612
/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1449 if (kIOMemoryHostOnly & options) options |= kIOMemoryMapperNone;
2068 && (!(kIOMemoryHostOnly & _flags))
2331 state->fMapped = (0 == (options & kIOMemoryMapperNone)) && !(_flags & kIOMemoryHostOnly);
3120 if (kIOMemoryHostOnly & _flags) return (kIOReturnSuccess);

Completed in 42 milliseconds