Searched refs:GetSlot (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.h40 inline PhysicalPageSlot* GetSlot();
H A Dm68k_physical_page_mapper_large_memory.cpp69 inline PhysicalPageSlot* GetSlot();
164 status_t GetSlot(bool canWait,
208 PhysicalPageSlotPool::GetSlot() function in class:PhysicalPageSlotPool
237 PhysicalPageSlotQueue::GetSlot() function in class:PhysicalPageSlotQueue
328 status_t error = sPhysicalPageMapper.GetSlot(false, slot);
368 status_t error = sPhysicalPageMapper.GetSlot(true, fSlots[i].slot);
443 GetSlot(true, fDebugSlot);
500 status_t error = GetSlot(true, slot);
531 PhysicalPageSlot* slot = slotQueue.GetSlot();
583 PhysicalPageSlot* slot = slotQueue->GetSlot();
705 LargeMemoryPhysicalPageMapper::GetSlot(bool canWait, PhysicalPageSlot*& slot) function in class:LargeMemoryPhysicalPageMapper
[all...]
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.h49 inline PhysicalPageSlot* GetSlot();
H A Dx86_physical_page_mapper_large_memory.cpp61 inline PhysicalPageSlot* GetSlot();
157 status_t GetSlot(bool canWait,
201 PhysicalPageSlotPool::GetSlot() function in class:PhysicalPageSlotPool
230 PhysicalPageSlotQueue::GetSlot() function in class:PhysicalPageSlotQueue
321 status_t error = sPhysicalPageMapper.GetSlot(false, slot);
361 status_t error = sPhysicalPageMapper.GetSlot(true, fSlots[i].slot);
440 GetSlot(true, fDebugSlot);
497 status_t error = GetSlot(true, slot);
528 PhysicalPageSlot* slot = slotQueue.GetSlot();
580 PhysicalPageSlot* slot = slotQueue->GetSlot();
702 LargeMemoryPhysicalPageMapper::GetSlot(bool canWait, PhysicalPageSlot*& slot) function in class:LargeMemoryPhysicalPageMapper
[all...]
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.h49 inline PhysicalPageSlot* GetSlot();
H A Darm_physical_page_mapper_large_memory.cpp63 inline PhysicalPageSlot* GetSlot();
159 status_t GetSlot(bool canWait,
203 PhysicalPageSlotPool::GetSlot() function in class:PhysicalPageSlotPool
232 PhysicalPageSlotQueue::GetSlot() function in class:PhysicalPageSlotQueue
323 status_t error = sPhysicalPageMapper.GetSlot(false, slot);
363 status_t error = sPhysicalPageMapper.GetSlot(true, fSlots[i].slot);
444 GetSlot(true, fDebugSlot);
502 status_t error = GetSlot(true, slot);
533 PhysicalPageSlot* slot = slotQueue.GetSlot();
585 PhysicalPageSlot* slot = slotQueue->GetSlot();
707 LargeMemoryPhysicalPageMapper::GetSlot(bool canWait, PhysicalPageSlot*& slot) function in class:LargeMemoryPhysicalPageMapper
[all...]

Completed in 56 milliseconds