Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/iokit/bsddev/
H A DDINetBootHook.cpp366 IOAddressRange * extentList; in di_root_ramfile()
382 ((data->getLength() & (sizeof(IOAddressRange) - 1)) != 0)) { in di_root_ramfile()
389 extentList = (IOAddressRange *) extentData->getBytesNoCopy(); in di_root_ramfile()
390 extentCount = extentData->getLength() / sizeof(IOAddressRange); in di_root_ramfile()
/xnu-10063.101.15/iokit/Kernel/
H A DIOGuardPageMemoryDescriptor.cpp59 _ranges.v64 = IOMallocType(IOAddressRange); in initWithSize()
92 IOFreeType(_ranges.v64, IOAddressRange); in free()
H A DIOBufferMemoryDescriptor.cpp141 inst->_ranges.v64 = IOMallocType(IOAddressRange); in withCopy()
204 _ranges.v64 = IOMallocType(IOAddressRange); in initWithPhysicalMask()
682 IOAddressRange * range = _ranges.v64; in free()
763 IOFreeType(range, IOAddressRange); in free()
H A DIOMemoryDescriptor.cpp275 IOAddressRange cur = r.v64[ind]; in getAddrLenForInd()
1750 IOAddressRange range = { address, length }; in withAddressRange()
1755 IOMemoryDescriptor::withAddressRanges(IOAddressRange * ranges, in withAddressRanges()
2072 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in initWithOptions()
2211 …&& (((IOAddressRange *) buffers)->address + ((IOAddressRange *) buffers)->length) <= 0x100000000ULL in initWithOptions()
2222 _singleRange.v.address = ((IOAddressRange *) buffers)->address; in initWithOptions()
2223 _singleRange.v.length = ((IOAddressRange *) buffers)->length; in initWithOptions()
2226 _ranges.v64 = IONew(IOAddressRange, count); in initWithOptions()
2230 bcopy(buffers, _ranges.v, count * sizeof(IOAddressRange)); in initWithOptions()
2387 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in free()
[all …]
H A DIOUserServer.cpp861 IOAddressRange * ranges; in CreateMemoryDescriptorFromClient_Impl()
882 static_assert(sizeof(IOAddressRange) == sizeof(IOAddressSegment)); in CreateMemoryDescriptorFromClient_Impl()
883 ranges = __DECONST(IOAddressRange *, &segments[0]); in CreateMemoryDescriptorFromClient_Impl()
/xnu-10063.101.15/iokit/DriverKit/
H A DIOTypes.h136 typedef IOVirtualRange IOAddressRange; typedef
141 } IOAddressRange; typedef
/xnu-10063.101.15/iokit/IOKit/
H A DIOTypes.h136 typedef IOVirtualRange IOAddressRange; typedef
141 } IOAddressRange; typedef
H A DIOMemoryDescriptor.h560 IOAddressRange * ranges,
1068 IOAddressRange *v64;
/xnu-10063.101.15/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp86 IOAddressRange ranges[2]; in IOMultMemoryDescriptorTest()
356 IOAddressRange ranges[2] = { in IOMemoryRemoteTest()
832 IOAddressRange ranges[3][2] = in IOMemoryDescriptorTest()
855 …md = IOMemoryDescriptor::withAddressRanges((IOAddressRange*)&ranges[test][0], rangesCount[test], k… in IOMemoryDescriptorTest()
1094 IOAddressRange ranges[3]; in IOMemoryDescriptorTest()