Searched refs:kIOMemoryKernelUserShared (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/iokit/Tests/TestServices/ |
| H A D | TestIOConnectMapMemoryPortLeak45265408.cpp | 32 this->sharedMemory = IOBufferMemoryDescriptor::withOptions(kIOMemoryKernelUserShared, PAGE_SIZE); in start()
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 467 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 D | IOBufferMemoryDescriptor.h | 42 kIOMemoryKernelUserShared = 0x00010000, enumerator
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOExtensiblePaniclog.cpp | 176 mem_options = kIOMemoryKernelUserShared | kIOMemoryThreadSafe | kIODirectionInOut; in Create_Impl()
|
| H A D | IOUserServer.cpp | 943 bmdOptions = (options & kIOMemoryDirectionOutIn) | kIOMemoryKernelUserShared | kIOMemoryThreadSafe; in Create_Impl()
|
| /xnu-11215/iokit/System/ |
| H A D | IODataQueueDispatchSourceShared.h | 97 kIODirectionOutIn | kIOMemoryKernelUserShared, in Create_Impl()
|
| /xnu-11215/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 1299 IOOptionBits options = kIOMemoryKernelUserShared; in OSDefineMetaClassAndFinalStructorsWithZone()
|