Searched refs:IOAddressRange (Results 1 – 10 of 10) sorted by relevance
| /xnu-8792.41.9/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-8792.41.9/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-8792.41.9/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() 679 IOAddressRange * range = _ranges.v64; in free() 755 IOFreeType(range, IOAddressRange); in free()
|
| H A D | IOMemoryDescriptor.cpp | 270 IOAddressRange cur = r.v64[ind]; in getAddrLenForInd() 1741 IOAddressRange range = { address, length }; in withAddressRange() 1746 IOMemoryDescriptor::withAddressRanges(IOAddressRange * ranges, in withAddressRanges() 2063 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in initWithOptions() 2202 …&& (((IOAddressRange *) buffers)->address + ((IOAddressRange *) buffers)->length) <= 0x100000000ULL in initWithOptions() 2213 _singleRange.v.address = ((IOAddressRange *) buffers)->address; in initWithOptions() 2214 _singleRange.v.length = ((IOAddressRange *) buffers)->length; in initWithOptions() 2217 _ranges.v64 = IONew(IOAddressRange, count); in initWithOptions() 2221 bcopy(buffers, _ranges.v, count * sizeof(IOAddressRange)); in initWithOptions() 2385 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in free() [all …]
|
| H A D | IOUserServer.cpp | 850 IOAddressRange * ranges; in CreateMemoryDescriptorFromClient_Impl() 871 static_assert(sizeof(IOAddressRange) == sizeof(IOAddressSegment)); in CreateMemoryDescriptorFromClient_Impl() 872 ranges = __DECONST(IOAddressRange *, &segments[0]); in CreateMemoryDescriptorFromClient_Impl()
|
| /xnu-8792.41.9/iokit/DriverKit/ |
| H A D | IOTypes.h | 136 typedef IOVirtualRange IOAddressRange; typedef 141 } IOAddressRange; typedef
|
| /xnu-8792.41.9/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-8792.41.9/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()
|