Home
last modified time | relevance | path

Searched refs:kIODirectionOutIn (Results 1 – 9 of 9) sorted by relevance

/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp287 buffer + 0xa00, 0x2000, kIODirectionOutIn, kernel_task); in IODMACommandLocalMappedNonContig()
289 kr = md->prepare(kIODirectionOutIn); in IODMACommandLocalMappedNonContig()
322 kr = md->complete(kIODirectionOutIn); in IODMACommandLocalMappedNonContig()
368 ret = md->prepare(kIODirectionOutIn); in IOMemoryRemoteTest()
406 md->complete(kIODirectionOutIn); in IOMemoryRemoteTest()
426 kIODirectionOutIn | kIOMemoryPageable, ptoa(8)); in IOMemoryPrefaultTest()
548 kIODirectionOutIn | kIOMemoryPageable, 0x4018 + 0x800); in IOMemoryMapTest()
625 kIODirectionOutIn | kIOMemoryPageable | kIOMemoryKernelUserShared, in AllocationNameTest()
902 kIODirectionOutIn | kIOMemoryPersistent | kIOMemoryPageable, in IOMemoryDescriptorTest()
968 kIODirectionOutIn | kIOMemoryPersistent | kIOMemoryPageable, in IOMemoryDescriptorTest()
[all …]
/xnu-11215/iokit/Kernel/
H A DIOGuardPageMemoryDescriptor.cpp55 IOOptionBits iomdOptions = kIOMemoryTypeVirtual64 | kIOMemoryAsReference | kIODirectionOutIn; in initWithSize()
H A DIODataQueue.cpp302 …ryDescriptor::withAddress(dataQueue, queueSize + DATA_QUEUE_MEMORY_HEADER_SIZE, kIODirectionOutIn); in getMemoryDescriptor()
H A DIOSharedDataQueue.cpp162 …tQueueSize() + DATA_QUEUE_MEMORY_HEADER_SIZE + DATA_QUEUE_MEMORY_APPENDIX_SIZE, kIODirectionOutIn); in getMemoryDescriptor()
H A DIOHibernateIO.cpp533 vars->srcBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn, in IOHibernateSystemSleep()
536 vars->handoffBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn, in IOHibernateSystemSleep()
1382 md = IOBufferMemoryDescriptor::withBytes(data, handoff->bytecount, kIODirectionOutIn); in IOHibernateDone()
1399 vars->volumeCryptKeySize, kIODirectionOutIn); in IOHibernateDone()
1557 …IOBufferMemoryDescriptor *md = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn, rounded_si…
H A DIODMACommand.cpp985 switch (kIODirectionOutIn & fMDSummary.fDirection) { in prepare()
1145 if (kIODirectionOutIn == (kIODirectionOutIn & options)) { in synchronize()
H A DIOMemoryDescriptor.cpp563 if (kIODirectionOut != (kIODirectionOutIn & _flags)) { in memoryReferenceCreate()
2146 case kIODirectionOutIn: in initWithOptions()
4095 if ((kIODirectionOutIn & forDirection) == kIODirectionNone) { in wireVirtual()
4101 switch (kIODirectionOutIn & forDirection) { in wireVirtual()
4839 if ((kIODirectionOut == (kIODirectionOutIn & _flags)) in memoryReferenceCreateOptions()
5650 prot = (kIODirectionOutIn & options); in wireRange()
/xnu-11215/iokit/System/
H A DIODataQueueDispatchSourceShared.h97 kIODirectionOutIn | kIOMemoryKernelUserShared, in Create_Impl()
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h64 kIODirectionOutIn = kIODirectionOut | kIODirectionIn, enumerator