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

/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp98 IORangeAllocator * physicalRanges; local
125 physicalRanges = IORangeAllocator::withRange(0xffffffff, 1, 16,
127 assert(physicalRanges);
128 setProperty("Platform Memory Ranges", physicalRanges);

Completed in 16 milliseconds