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

/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp77 IORangeAllocator * physicalRanges; local
79 if((physicalRanges = getPhysicalRangeAllocator())) {
80 physicalRanges->allocateRange(0,0x80000000); // RAM
81 physicalRanges->allocateRange(0xff000000,0x01000000); // ROM
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPlatformExpert.cpp102 IORangeAllocator * physicalRanges; local
127 physicalRanges = IORangeAllocator::withRange(0xffffffff, 1, 16,
129 assert(physicalRanges);
130 setProperty("Platform Memory Ranges", physicalRanges);

Completed in 28 milliseconds