Home
last modified time | relevance | path

Searched refs:kIODirectionInOut (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/iokit/Kernel/i386/
H A DIOKeyStoreHelper.cpp115 options = kIODirectionInOut | kIOMemoryTypePhysical64 | kIOMemoryMapperNone; in IOGetBootKeyStoreData()
170 const IOOptionBits options = kIODirectionInOut | kIOMemoryTypePhysical64 | kIOMemoryMapperNone; in IOGetAPFSKeyStoreData()
200 const IOOptionBits options = kIODirectionInOut | kIOMemoryTypePhysical64 | kIOMemoryMapperNone; in IOGetARVRootHashData()
229 const IOOptionBits options = kIODirectionInOut | kIOMemoryTypePhysical64 | kIOMemoryMapperNone; in IOGetBaseSystemARVRootHashData()
275 const IOOptionBits options = kIODirectionInOut | kIOMemoryTypePhysical64 | kIOMemoryMapperNone; in IOGetARVManifestData()
304 const IOOptionBits options = kIODirectionInOut | kIOMemoryTypePhysical64 | kIOMemoryMapperNone; in IOGetBaseSystemARVManifestData()
/xnu-11215/iokit/Kernel/
H A DIOExtensiblePaniclog.cpp176 mem_options = kIOMemoryKernelUserShared | kIOMemoryThreadSafe | kIODirectionInOut; in Create_Impl()
H A DIOPolledInterface.cpp208 vars->ioBuffer = ioBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionInOut, in IOPolledFilePollersOpen()
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp238 if (dir == kIODirectionInOut) { in IODMACommandForceDoubleBufferTest()
1123 … IOMemoryDescriptor::withAddressRanges(&ranges[0], rangeCount, kIODirectionInOut, kernel_task)); in IOMemoryDescriptorTest()
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h65 kIODirectionInOut = kIODirectionIn | kIODirectionOut, enumerator
/xnu-11215/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp1517 count, kIODirectionInOut, false)) { in IOSKMemoryArrayCreate()