Searched refs:fDebugBase (Results 1 – 2 of 2) sorted by relevance
72 fDebugBase = roundedSize; in PhysicalMemoryAllocator()133 *logicalAddress = (void *)((uint8 *)fLogicalBase + fDebugBase in Allocate()135 *physicalAddress = (phys_addr_t)(fPhysicalBase + fDebugBase in Allocate()233 - fDebugBase) / fDebugChunkSize; in Deallocate()
62 uint32 fDebugBase; variable