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

/xnu-2782.1.97/iokit/IOKit/
H A DIOTypes.h200 kIOMapAnywhere = 0x00000001, enumerator in enum:__anon658
H A DIOUserClient.h250 IOOptionBits mapFlags = kIOMapAnywhere,
347 IOOptionBits mapFlags = kIOMapAnywhere,
/xnu-2782.1.97/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp303 kIOMapAnywhere | (options & kIOMapPrefault) | (options & kIOMapCacheMask), 0, 0);
H A DIOMemoryDescriptor.cpp689 (((ref->options & kIOMapAnywhere)
777 if (!(options & kIOMapAnywhere))
799 if (options & kIOMapAnywhere)
3329 && (options & kIOMapAnywhere)
3929 if( (0 == (_options & kIOMapAnywhere)) && (fAddress != toAddress))
4034 options | kIOMapAnywhere,
4046 if ((!(kIOMapAnywhere & options)) && vm_map_is_64bit(get_task_map(intoTask)))
4534 map = md->createMappingInTask(kernel_task, 0, kIOMapAnywhere, mapoffset, size);
H A DIOUserClient.cpp3261 | kIOMapAnywhere | kIOMapReference;

Completed in 96 milliseconds