Home
last modified time | relevance | path

Searched refs:kIOMemoryKernelUserShared (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/iokit/Tests/TestServices/
H A DTestIOConnectMapMemoryPortLeak45265408.cpp32 this->sharedMemory = IOBufferMemoryDescriptor::withOptions(kIOMemoryKernelUserShared, PAGE_SIZE); in start()
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp467 kernel_task, kIOMemoryDirectionOutIn | kIOMemoryKernelUserShared, 0x4000, 0x4000); in IOBMDSetLengthMapTest()
625 kIODirectionOutIn | kIOMemoryPageable | kIOMemoryKernelUserShared, in AllocationNameTest()
749 kIODirectionOutIn | kIOMemoryPageable | kIOMemoryKernelUserShared, in IOMDContextTest()
800 …yDescriptor::inTaskWithOptions(kernel_task, kIODirectionOutIn | kIOMemoryKernelUserShared, ptoa(1)… in IOMemoryDescriptorTest()
801 …yDescriptor::inTaskWithOptions(kernel_task, kIODirectionOutIn | kIOMemoryKernelUserShared, ptoa(2)… in IOMemoryDescriptorTest()
802 …yDescriptor::inTaskWithOptions(kernel_task, kIODirectionOutIn | kIOMemoryKernelUserShared, ptoa(3)… in IOMemoryDescriptorTest()
805 …yDescriptor::inTaskWithOptions(kernel_task, kIODirectionOutIn | kIOMemoryKernelUserShared, ptoa(1)… in IOMemoryDescriptorTest()
/xnu-11215/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h42 kIOMemoryKernelUserShared = 0x00010000, enumerator
/xnu-11215/iokit/Kernel/
H A DIOExtensiblePaniclog.cpp176 mem_options = kIOMemoryKernelUserShared | kIOMemoryThreadSafe | kIODirectionInOut; in Create_Impl()
H A DIOUserServer.cpp943 bmdOptions = (options & kIOMemoryDirectionOutIn) | kIOMemoryKernelUserShared | kIOMemoryThreadSafe; in Create_Impl()
/xnu-11215/iokit/System/
H A DIODataQueueDispatchSourceShared.h97 kIODirectionOutIn | kIOMemoryKernelUserShared, in Create_Impl()
/xnu-11215/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp1299 IOOptionBits options = kIOMemoryKernelUserShared; in OSDefineMetaClassAndFinalStructorsWithZone()