Searched refs:IOAddressRange (Results 1 – 10 of 10) sorted by relevance
| /xnu-8796.121.2/iokit/Kernel/i386/ |
| H A D | IOKeyStoreHelper.cpp | 92 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-8796.121.2/iokit/bsddev/ |
| H A D | DINetBootHook.cpp | 366 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-8796.121.2/iokit/Kernel/ |
| H A D | IOGuardPageMemoryDescriptor.cpp | 59 _ranges.v64 = IOMallocType(IOAddressRange); in initWithSize() 92 IOFreeType(_ranges.v64, IOAddressRange); in free()
|
| H A D | IOBufferMemoryDescriptor.cpp | 140 inst->_ranges.v64 = IOMallocType(IOAddressRange); in withCopy() 203 _ranges.v64 = IOMallocType(IOAddressRange); in initWithPhysicalMask() 681 IOAddressRange * range = _ranges.v64; in free() 762 IOFreeType(range, IOAddressRange); in free()
|
| H A D | IOMemoryDescriptor.cpp | 275 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 D | IOUserServer.cpp | 857 IOAddressRange * ranges; in CreateMemoryDescriptorFromClient_Impl() 878 static_assert(sizeof(IOAddressRange) == sizeof(IOAddressSegment)); in CreateMemoryDescriptorFromClient_Impl() 879 ranges = __DECONST(IOAddressRange *, &segments[0]); in CreateMemoryDescriptorFromClient_Impl()
|
| /xnu-8796.121.2/iokit/DriverKit/ |
| H A D | IOTypes.h | 136 typedef IOVirtualRange IOAddressRange; typedef 141 } IOAddressRange; typedef
|
| /xnu-8796.121.2/iokit/IOKit/ |
| H A D | IOTypes.h | 136 typedef IOVirtualRange IOAddressRange; typedef 141 } IOAddressRange; typedef
|
| H A D | IOMemoryDescriptor.h | 560 IOAddressRange * ranges, 1068 IOAddressRange *v64;
|
| /xnu-8796.121.2/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 86 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()
|