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

/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp68 static PhysicalPageSlotPool sInitialPhysicalPagePool[MAX_INITIAL_POOLS]; member in struct:X86PagingMethod32Bit::PhysicalPageSlotPool
79 X86PagingMethod32Bit::PhysicalPageSlotPool::sInitialPhysicalPagePool[ member in class:X86PagingMethod32Bit::PhysicalPageSlotPool
303 PhysicalPageSlotPool* pool = PhysicalPageSlotPool::sInitialPhysicalPagePool;
355 status_t error = PhysicalPageSlotPool::sInitialPhysicalPagePool[i]
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp68 static PhysicalPageSlotPool sInitialPhysicalPagePool[MAX_INITIAL_POOLS]; member in struct:ARMPagingMethod32Bit::PhysicalPageSlotPool
79 ARMPagingMethod32Bit::PhysicalPageSlotPool::sInitialPhysicalPagePool[ member in class:ARMPagingMethod32Bit::PhysicalPageSlotPool
291 PhysicalPageSlotPool* pool = PhysicalPageSlotPool::sInitialPhysicalPagePool;
328 status_t error = PhysicalPageSlotPool::sInitialPhysicalPagePool[i]
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp141 static PhysicalPageSlotPool sInitialPhysicalPagePool; member in struct:M68KPagingMethod040::PhysicalPageSlotPool
152 M68KPagingMethod040::PhysicalPageSlotPool::sInitialPhysicalPagePool; member in class:M68KPagingMethod040::PhysicalPageSlotPool
379 = new(&PhysicalPageSlotPool::sInitialPhysicalPagePool)
423 error = PhysicalPageSlotPool::sInitialPhysicalPagePool
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.cpp123 = new(&PhysicalPageSlotPool::sInitialPhysicalPagePool)
209 error = PhysicalPageSlotPool::sInitialPhysicalPagePool
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.cpp123 = new(&PhysicalPageSlotPool::sInitialPhysicalPagePool)
209 error = PhysicalPageSlotPool::sInitialPhysicalPagePool
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp374 static PhysicalPageSlotPool sInitialPhysicalPagePool[MAX_INITIAL_POOLS]; member in struct:X86PagingMethodPAE::PhysicalPageSlotPool
385 X86PagingMethodPAE::PhysicalPageSlotPool::sInitialPhysicalPagePool[ member in class:X86PagingMethodPAE::PhysicalPageSlotPool
603 PhysicalPageSlotPool* pool = PhysicalPageSlotPool::sInitialPhysicalPagePool;
637 status_t error = PhysicalPageSlotPool::sInitialPhysicalPagePool[i]

Completed in 53 milliseconds