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

/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp55 status_t InitInitial(kernel_args* args);
89 X86PagingMethod32Bit::PhysicalPageSlotPool::InitInitial(kernel_args* args) function in class:X86PagingMethod32Bit::PhysicalPageSlotPool
105 panic("X86PagingMethod32Bit::PhysicalPageSlotPool::InitInitial(): "
307 status_t error = pool[i].InitInitial(args);
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp55 status_t InitInitial(kernel_args* args);
89 ARMPagingMethod32Bit::PhysicalPageSlotPool::InitInitial(kernel_args* args) function in class:ARMPagingMethod32Bit::PhysicalPageSlotPool
105 panic("ARMPagingMethod32Bit::PhysicalPageSlotPool::InitInitial(): "
295 status_t error = pool[i].InitInitial(args);
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp128 status_t InitInitial(kernel_args* args);
161 M68KPagingMethod040::PhysicalPageSlotPool::InitInitial(kernel_args* args) function in class:M68KPagingMethod040::PhysicalPageSlotPool
381 status_t error = pool->InitInitial(args);
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.cpp125 status_t error = pool->InitInitial(args);
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.cpp125 status_t error = pool->InitInitial(args);
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp359 status_t InitInitial(X86PagingMethodPAE* method,
395 X86PagingMethodPAE::PhysicalPageSlotPool::InitInitial( function in class:X86PagingMethodPAE::PhysicalPageSlotPool
413 panic("X86PagingMethodPAE::PhysicalPageSlotPool::InitInitial(): Failed "
607 status_t error = pool[i].InitInitial(this, args);

Completed in 174 milliseconds