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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp228 assert(kIOMemoryTypeUIO == type
231 if (kIOMemoryTypeUIO == type) {
634 case kIOMemoryTypeUIO:
677 if (kIOMemoryTypeUIO == type)
778 // kIOMemoryTypeVirtual | kIOMemoryTypeVirtual64 | kIOMemoryTypeUIO
799 case kIOMemoryTypeUIO:
874 else { /* kIOMemoryTypeVirtual | kIOMemoryTypeVirtual64 | kIOMemoryTypeUIO */
920 if (kIOMemoryTypeUIO == type)
2068 assert(kIOMemoryTypeVirtual == type || kIOMemoryTypeVirtual64 == type || kIOMemoryTypeUIO == type);
2459 && (kIOMemoryTypeVirtual == type || kIOMemoryTypeVirtual64 == type || kIOMemoryTypeUIO
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h75 kIOMemoryTypeUIO = 0x00000050, enumerator in enum:__anon602

Completed in 24 milliseconds