Home
last modified time | relevance | path

Searched refs:IOAddressRange (Results 1 – 9 of 9) sorted by relevance

/xnu-11215.1.10/iokit/Kernel/i386/
H A DIOKeyStoreHelper.cpp92 IOAddressRange ranges; in IOGetBootKeyStoreData()
166 IOAddressRange ranges; in IOGetAPFSKeyStoreData()
196 IOAddressRange ranges; in IOGetARVRootHashData()
225 IOAddressRange ranges; in IOGetBaseSystemARVRootHashData()
271 IOAddressRange ranges; in IOGetARVManifestData()
300 IOAddressRange ranges; in IOGetBaseSystemARVManifestData()
/xnu-11215.1.10/iokit/bsddev/
H A DDINetBootHook.cpp366 IOAddressRange * extentList; in di_root_ramfile()
382 ((data->getLength() & (sizeof(IOAddressRange) - 1)) != 0)) { in di_root_ramfile()
391 extentList = (IOAddressRange *) extentData->getBytesNoCopy(); in di_root_ramfile()
394 extentCount = extentData->getLength() / sizeof(IOAddressRange); in di_root_ramfile()
/xnu-11215.1.10/iokit/Kernel/
H A DIOGuardPageMemoryDescriptor.cpp59 _ranges.v64 = IOMallocType(IOAddressRange); in initWithSize()
93 IOFreeType(_ranges.v64, IOAddressRange); in free()
H A DIOBufferMemoryDescriptor.cpp143 inst->_ranges.v64 = IOMallocType(IOAddressRange); in withCopy()
206 _ranges.v64 = IOMallocType(IOAddressRange); in initWithPhysicalMask()
684 IOAddressRange * range = _ranges.v64; in free()
765 IOFreeType(range, IOAddressRange); in free()
H A DIOMemoryDescriptor.cpp273 IOAddressRange cur = r.v64[ind]; in getAddrLenForInd()
1748 IOAddressRange range = { address, length }; in withAddressRange()
1753 IOMemoryDescriptor::withAddressRanges(IOAddressRange * ranges, in withAddressRanges()
2070 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in initWithOptions()
2209 …&& (((IOAddressRange *) buffers)->address + ((IOAddressRange *) buffers)->length) <= 0x100000000ULL in initWithOptions()
2220 _singleRange.v.address = ((IOAddressRange *) buffers)->address; in initWithOptions()
2221 _singleRange.v.length = ((IOAddressRange *) buffers)->length; in initWithOptions()
2224 _ranges.v64 = IONew(IOAddressRange, count); in initWithOptions()
2228 bcopy(buffers, _ranges.v, count * sizeof(IOAddressRange)); in initWithOptions()
2385 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in free()
[all …]
H A DIOUserServer.cpp868 IOAddressRange * ranges; in CreateMemoryDescriptorFromClient_Impl()
889 static_assert(sizeof(IOAddressRange) == sizeof(IOAddressSegment)); in CreateMemoryDescriptorFromClient_Impl()
890 ranges = __DECONST(IOAddressRange *, &segments[0]); in CreateMemoryDescriptorFromClient_Impl()
/xnu-11215.1.10/iokit/IOKit/
H A DIOTypes.h164 typedef IOVirtualRange IOAddressRange; typedef
169 } IOAddressRange; typedef
H A DIOMemoryDescriptor.h563 IOAddressRange * ranges,
1071 IOAddressRange *v64;
/xnu-11215.1.10/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp87 IOAddressRange ranges[2]; in IOMultMemoryDescriptorTest()
358 IOAddressRange ranges[2] = { in IOMemoryRemoteTest()
834 IOAddressRange ranges[3][2] = in IOMemoryDescriptorTest()
857 …md = IOMemoryDescriptor::withAddressRanges((IOAddressRange*)&ranges[test][0], rangesCount[test], k… in IOMemoryDescriptorTest()
1097 IOAddressRange ranges[3]; in IOMemoryDescriptorTest()