Home
last modified time | relevance | path

Searched refs:inTaskWithGuardPages (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h134 static OSPtr<IOBufferMemoryDescriptor> inTaskWithGuardPages(
/xnu-11215/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp548 IOBufferMemoryDescriptor::inTaskWithGuardPages( in inTaskWithGuardPages() function in IOBufferMemoryDescriptor
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp716 …iobmd = IOBufferMemoryDescriptor::inTaskWithGuardPages(kernel_task, kIODirectionOutIn, iobmdCapaci… in IOGuardPageMDTest()