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

/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.h53 void *fLogicalBase; member in class:PhysicalMemoryAllocator
H A DPhysicalMemoryAllocator.cpp78 fArea = create_area(fName, &fLogicalBase, B_ANY_KERNEL_ADDRESS,
86 if (get_memory_map(fLogicalBase, roundedSize, &physicalEntry, 1) < B_OK) {
140 *logicalAddress = (void *)((uint8 *)fLogicalBase + fDebugBase
203 *logicalAddress = (void *)((uint8 *)fLogicalBase + offset);
238 uint32 index = ((uint8 *)logicalAddress - (uint8 *)fLogicalBase
260 offset = (addr_t)logicalAddress - (addr_t)fLogicalBase;

Completed in 34 milliseconds