Home
last modified time | relevance | path

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

/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp118 mds[0] = IOMemoryDescriptor::withAddressRanges(&ranges[0], 2, kIODirectionOutIn, kernel_task); in IOMultMemoryDescriptorTest()
362 …md = IOMemoryDescriptor::withAddressRanges(&ranges[0], 2, kIODirectionOutIn | kIOMemoryRemote, TAS… in IOMemoryRemoteTest()
857 …md = IOMemoryDescriptor::withAddressRanges((IOAddressRange*)&ranges[test][0], rangesCount[test], k… in IOMemoryDescriptorTest()
1123 … IOMemoryDescriptor::withAddressRanges(&ranges[0], rangeCount, kIODirectionInOut, kernel_task)); in IOMemoryDescriptorTest()
/xnu-11215/iokit/bsddev/
H A DDINetBootHook.cpp416 mem = IOMemoryDescriptor::withAddressRanges( in di_root_ramfile()
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h562 static OSPtr<IOMemoryDescriptor> withAddressRanges(
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1749 return IOMemoryDescriptor::withAddressRanges(&range, 1, options, task); in withAddressRange()
1753 IOMemoryDescriptor::withAddressRanges(IOAddressRange * ranges, in withAddressRanges() function in IOMemoryDescriptor
H A DIOUserServer.cpp892 iomd = IOMemoryDescriptor::withAddressRanges( in CreateMemoryDescriptorFromClient_Impl()