Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp131 IORangeAllocator * physicalRanges; in start() local
169 physicalRanges = IORangeAllocator::withRange(0xffffffff, 1, 16, in start()
171 assert(physicalRanges); in start()
172 setProperty("Platform Memory Ranges", physicalRanges); in start()
173 OSSafeReleaseNULL(physicalRanges); in start()