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

/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp62 inline void GetSlots(PhysicalPageSlot*& slot1,
65 inline void PutSlots(PhysicalPageSlot* slot1,
251 PhysicalPageSlotQueue::GetSlots(PhysicalPageSlot*& slot1, argument
265 slot1 = fSlots;
266 slot2 = slot1->next;
287 PhysicalPageSlotQueue::PutSlots(PhysicalPageSlot* slot1, argument
292 slot1->next = slot2;
294 fSlots = slot1;
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp70 inline void GetSlots(PhysicalPageSlot*& slot1,
73 inline void PutSlots(PhysicalPageSlot* slot1,
258 PhysicalPageSlotQueue::GetSlots(PhysicalPageSlot*& slot1, argument
272 slot1 = fSlots;
273 slot2 = slot1->next;
294 PhysicalPageSlotQueue::PutSlots(PhysicalPageSlot* slot1, argument
299 slot1->next = slot2;
301 fSlots = slot1;
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp64 inline void GetSlots(PhysicalPageSlot*& slot1,
67 inline void PutSlots(PhysicalPageSlot* slot1,
253 PhysicalPageSlotQueue::GetSlots(PhysicalPageSlot*& slot1, argument
267 slot1 = fSlots;
268 slot2 = slot1->next;
289 PhysicalPageSlotQueue::PutSlots(PhysicalPageSlot* slot1, argument
294 slot1->next = slot2;
296 fSlots = slot1;

Completed in 41 milliseconds