Searched refs:withAddressRanges (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 118 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 D | DINetBootHook.cpp | 416 mem = IOMemoryDescriptor::withAddressRanges( in di_root_ramfile()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOMemoryDescriptor.h | 562 static OSPtr<IOMemoryDescriptor> withAddressRanges(
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 1749 return IOMemoryDescriptor::withAddressRanges(&range, 1, options, task); in withAddressRange() 1753 IOMemoryDescriptor::withAddressRanges(IOAddressRange * ranges, in withAddressRanges() function in IOMemoryDescriptor
|
| H A D | IOUserServer.cpp | 892 iomd = IOMemoryDescriptor::withAddressRanges( in CreateMemoryDescriptorFromClient_Impl()
|