Searched refs:fDebugSlot (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp169 PhysicalPageSlot* fDebugSlot; member in class:LargeMemoryPhysicalPageMapper
440 GetSlot(true, fDebugSlot);
554 fDebugSlot->Map(physicalAddress);
556 *handle = fDebugSlot;
557 *virtualAddress = fDebugSlot->address + physicalAddress % B_PAGE_SIZE;
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp176 PhysicalPageSlot* fDebugSlot; member in class:LargeMemoryPhysicalPageMapper
443 GetSlot(true, fDebugSlot);
557 fDebugSlot->Map(physicalAddress);
559 *handle = fDebugSlot;
560 *virtualAddress = fDebugSlot->address + physicalAddress % B_PAGE_SIZE;
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp171 PhysicalPageSlot* fDebugSlot; member in class:LargeMemoryPhysicalPageMapper
444 GetSlot(true, fDebugSlot);
559 fDebugSlot->Map(physicalAddress);
561 *handle = fDebugSlot;
562 *virtualAddress = fDebugSlot->address + physicalAddress % B_PAGE_SIZE;

Completed in 115 milliseconds