Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h264 static OSPtr<IOBufferMemoryDescriptor> inTaskWithPhysicalMask(
/xnu-11215/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp533 IOBufferMemoryDescriptor::inTaskWithPhysicalMask( in inTaskWithPhysicalMask() function in IOBufferMemoryDescriptor
H A DIOLib.cpp876 bmd = IOBufferMemoryDescriptor::inTaskWithPhysicalMask( in IOMallocContiguous()
H A DIODMACommand.cpp626 return IOBufferMemoryDescriptor::inTaskWithPhysicalMask(kernel_task, in createCopyBuffer()
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp453 …bmd = IOBufferMemoryDescriptor::inTaskWithPhysicalMask(kernel_task, kIOMemoryPageable | kIODirecti… in IOBMDOverflowTest()