Searched refs:kIOMemoryTypeVirtual64 (Results 1 – 4 of 4) sorted by relevance
55 IOOptionBits iomdOptions = kIOMemoryTypeVirtual64 | kIOMemoryAsReference | kIODirectionOutIn; in initWithSize()
186 IOOptionBits iomdOptions = kIOMemoryTypeVirtual64 | kIOMemoryAsReference; in initWithPhysicalMask()453 if (kIOMemoryTypeVirtual64 == (kIOMemoryTypeMask & iomdOptions)) { in initWithPhysicalMask()
266 || kIOMemoryTypeVirtual == type || kIOMemoryTypeVirtual64 == type in getAddrLenForInd()274 else if ((kIOMemoryTypeVirtual64 == type) || (kIOMemoryTypePhysical64 == type)) { in getAddrLenForInd()1763 options |= kIOMemoryTypeVirtual64; in withAddressRanges()2027 case kIOMemoryTypeVirtual64: in initWithOptions()2071 else if ((kIOMemoryTypeVirtual64 == type) || (kIOMemoryTypePhysical64 == type)) { in initWithOptions()2207 case kIOMemoryTypeVirtual64: in initWithOptions()2214 if (kIOMemoryTypeVirtual64 == type) { in initWithOptions()2386 else if ((kIOMemoryTypeVirtual64 == type) || (kIOMemoryTypePhysical64 == type)) { in free()4093 assert(kIOMemoryTypeVirtual == type || kIOMemoryTypeVirtual64 == type || kIOMemoryTypeUIO == type); in wireVirtual()4686 if (kIOMemoryTypeVirtual == type || kIOMemoryTypeVirtual64 == type || kIOMemoryTypeUIO == type) { in prepare()[all …]
104 kIOMemoryTypeVirtual64 = kIOMemoryTypeVirtual, enumerator107 kIOMemoryTypeVirtual64 = 0x00000060,