Home
last modified time | relevance | path

Searched refs:inTaskWithPhysicalMask (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h264 static OSPtr<IOBufferMemoryDescriptor> inTaskWithPhysicalMask(
/xnu-8019.80.24/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp518 IOBufferMemoryDescriptor::inTaskWithPhysicalMask( in inTaskWithPhysicalMask() function in IOBufferMemoryDescriptor
H A DIOLib.cpp779 bmd = IOBufferMemoryDescriptor::inTaskWithPhysicalMask( in IOMallocContiguous()
H A DIODMACommand.cpp613 return IOBufferMemoryDescriptor::inTaskWithPhysicalMask(kernel_task, in createCopyBuffer()
/xnu-8019.80.24/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp451 …bmd = IOBufferMemoryDescriptor::inTaskWithPhysicalMask(kernel_task, kIOMemoryKernelUserShared | kI… in IOBMDOverflowTest()