Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.cpp72 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()
H A DPhysicalMemoryAllocator.h62 uint32 fDebugBase; variable