Searched refs:AllocatePool (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.h43 virtual status_t AllocatePool(PhysicalPageSlotPool*& _pool) = 0;
H A Dm68k_physical_page_mapper_large_memory.cpp716 status_t error = fInitialPool->AllocatePool(pool);
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.h52 virtual status_t AllocatePool(PhysicalPageSlotPool*& _pool) = 0;
H A Dx86_physical_page_mapper_large_memory.cpp713 status_t error = fInitialPool->AllocatePool(pool);
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.h52 virtual status_t AllocatePool(PhysicalPageSlotPool*& _pool) = 0;
H A Darm_physical_page_mapper_large_memory.cpp718 status_t error = fInitialPool->AllocatePool(pool);
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp61 virtual status_t AllocatePool(
191 X86PagingMethod32Bit::PhysicalPageSlotPool::AllocatePool( function in class:X86PagingMethod32Bit::PhysicalPageSlotPool
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp61 virtual status_t AllocatePool(
193 ARMPagingMethod32Bit::PhysicalPageSlotPool::AllocatePool( function in class:ARMPagingMethod32Bit::PhysicalPageSlotPool
/haiku/headers/private/kernel/platform/efi/
H A Dboot-services.h101 efi_status (*AllocatePool) (efi_memory_type pool_type, size_t size, void** buf) EFIAPI;
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp134 virtual status_t AllocatePool(
260 M68KPagingMethod040::PhysicalPageSlotPool::AllocatePool( function in class:M68KPagingMethod040::PhysicalPageSlotPool
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp367 virtual status_t AllocatePool(
509 X86PagingMethodPAE::PhysicalPageSlotPool::AllocatePool( function in class:X86PagingMethodPAE::PhysicalPageSlotPool

Completed in 118 milliseconds