Home
last modified time | relevance | path

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); in GetSlot()
/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); in GetSlot()
/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); in GetSlot()
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp61 virtual status_t AllocatePool(
191 X86PagingMethod32Bit::PhysicalPageSlotPool::AllocatePool( in AllocatePool() function in X86PagingMethod32Bit::PhysicalPageSlotPool
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp61 virtual status_t AllocatePool(
193 ARMPagingMethod32Bit::PhysicalPageSlotPool::AllocatePool( in AllocatePool() function in ARMPagingMethod32Bit::PhysicalPageSlotPool
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp134 virtual status_t AllocatePool(
260 M68KPagingMethod040::PhysicalPageSlotPool::AllocatePool( in AllocatePool() function in M68KPagingMethod040::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; member
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp359 virtual status_t AllocatePool(
501 X86PagingMethodPAE::PhysicalPageSlotPool::AllocatePool( in AllocatePool() function in X86PagingMethodPAE::PhysicalPageSlotPool