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

/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp86 static PhysicalPageSlot* _GetInitialSlot();
310 user.PutSlot(_GetInitialSlot());
312 kernel.PutSlot(_GetInitialSlot());
313 interruptSlot = _GetInitialSlot();
318 PhysicalPageOpsCPUData::_GetInitialSlot() function in class:PhysicalPageOpsCPUData
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp94 static PhysicalPageSlot* _GetInitialSlot();
317 user.PutSlot(_GetInitialSlot());
319 kernel.PutSlot(_GetInitialSlot());
320 interruptSlot = _GetInitialSlot();
325 PhysicalPageOpsCPUData::_GetInitialSlot() function in class:PhysicalPageOpsCPUData
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp88 static PhysicalPageSlot* _GetInitialSlot();
312 user.PutSlot(_GetInitialSlot());
314 kernel.PutSlot(_GetInitialSlot());
315 interruptSlot = _GetInitialSlot();
320 PhysicalPageOpsCPUData::_GetInitialSlot() function in class:PhysicalPageOpsCPUData

Completed in 42 milliseconds