Home
last modified time | relevance | path

Searched refs:kIOMemoryTypeVirtual64 (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.61.3/iokit/Kernel/
H A DIOGuardPageMemoryDescriptor.cpp55 IOOptionBits iomdOptions = kIOMemoryTypeVirtual64 | kIOMemoryAsReference | kIODirectionOutIn; in initWithSize()
H A DIOBufferMemoryDescriptor.cpp186 IOOptionBits iomdOptions = kIOMemoryTypeVirtual64 | kIOMemoryAsReference; in initWithPhysicalMask()
453 if (kIOMemoryTypeVirtual64 == (kIOMemoryTypeMask & iomdOptions)) { in initWithPhysicalMask()
H A DIOMemoryDescriptor.cpp266 || 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 …]
/xnu-10002.61.3/iokit/IOKit/
H A DIOMemoryDescriptor.h104 kIOMemoryTypeVirtual64 = kIOMemoryTypeVirtual, enumerator
107 kIOMemoryTypeVirtual64 = 0x00000060,